Rectangle.Location

Rectangle.Location property

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

public Point Location { get; set; }

Property Value

A Point that represents the upper-left corner of this Rectangle structure.

See Also