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