PointF.X Property

Gets or sets the x-coordinate of this PointF.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

C#
public float X { get; set; }

Property Value

The x-coordinate of this PointF.

See Also

Reference