Location Property (Rectangle)
In This Topic
Gets or sets the coordinates of the upper-left corner of this
Rect structure.
Syntax
'Declaration
Public Property Location As Point
'Usage
Dim instance As Rectangle
Dim value As Point
instance.Location = value
value = instance.Location
public Point Location {get; set;}
See Also