ImageGear .NET v25.1 - Updated
Left Property (IImGearRectangle)




ImageGear.Core Assembly > ImageGear.Core Namespace > IImGearRectangle Interface : Left Property
Gets or sets the x-coordinate of the upper-left corner of the rectangle.
Syntax
'Declaration
 
Property Left As Integer
'Usage
 
Dim instance As IImGearRectangle
Dim value As Integer
 
instance.Left = value
 
value = instance.Left
int Left {get; set;}
__property int get_Left();
__property void set_Left( 
   int value
);
property int Left {
   int get();
   void set (    int value);
}

Property Value

Any integer value.
See Also

Reference

IImGearRectangle Interface
IImGearRectangle Members