Left Property (Rectangle)
Gets the x-coordinate of the left edge of this
Rect structure.
'Declaration
Public ReadOnly Property Left As Double
'Usage
Dim instance As Rectangle
Dim value As Double
value = instance.Left
Property Value
The x-coordinate of the left edge of this
Rect structure.