Location Property (C1Rect)
Gets or sets the position of the top-left corner of the rectangle.
'Declaration
Public Property Location As C1Point
public C1Point Location {get; set;}
Property Value
The position of the top-left corner of the rectangle. The default is (0, 0).