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

ControlPoint.X Property

Gets/sets the x-coordinate of a control point.

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

Syntax

Visual Basic
Public Overridable Property X As Single
C#
public virtual float X { get; set; }

Property Value

The x-coordinate of a control point.

See Also

Reference