This abstract class represents a path control point and extends the ControlPoint class.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic

Public MustInherit Class PathControlPoint _
	Inherits ControlPoint

C#

public abstract class PathControlPoint : ControlPoint

Remarks

Control points are handles that are used to transform an object.

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.