This documentation is for the old version. Go to the latest Graphics Mill docs

JointControlPointsProvider Class

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)

Syntax

Visual Basic
Public Class JointControlPointsProvider _
	Implements IControlPointsProvider
C#
public class JointControlPointsProvider : IControlPointsProvider

Remarks

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.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.WinControls.JointControlPointsProvider

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

Object Model







See Also

Reference