RectangleF.Location

RectangleF.Location property

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

public PointF Location { get; set; }

Return Value

A PointF that represents the upper-left corner of this RectangleF structure.

See Also