In This Topic
Gets the x-coordinate of the left edge of this
Rect structure.
Syntax
'Declaration
Public ReadOnly Property Left As Integer
'Usage
Dim instance As Rect
Dim value As Integer
value = instance.Left
Property Value
The x-coordinate of the left edge of this
Rect structure.
See Also