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

PathControlPoint Class

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.

Inheritance Hierarchy

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