RectangleF.Y

RectangleF.Y property

Gets or sets the y-coordinate of the upper-left corner of this RectangleF structure.

public float Y { get; set; }

Return Value

The y-coordinate of the upper-left corner of this RectangleF structure.

See Also