ImageGear .NET - Updated March 30, 2018
Left Property (ImGearRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure : Left Property
Gets or sets the x-coordinate of the upper-left corner of the rectangle.
Syntax
'Declaration
 
Public Property Left As Integer
 
'Usage
 
Dim instance As ImGearRectangle
Dim value As Integer
 
instance.Left = value
 
value = instance.Left

Property Value

Any integer value.
See Also

Reference

ImGearRectangle Structure
ImGearRectangle Members