This class represents a combination of several control points providers.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Class JointControlPointsProvider _ Implements IControlPointsProvider
public class JointControlPointsProvider : IControlPointsProvider
If you want to use additional control points like, for example, nodes in polylines, you need to combine a standard control points provider with a custom one. The JointControlPointsProvider class allows to do that.