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

PointF.Y Property

Gets or sets the y-coordinate of this PointF.

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

Syntax

Visual Basic
Public Property Y As Single
C#
public float Y { get; set; }

Property Value

The y-coordinate of this PointF.

See Also

Reference