PointF.X

PointF.X property

Gets or sets the x-coordinate of this PointF.

public float X { get; set; }

Return Value

The x-coordinate of this PointF.

See Also