ImageGear for .NET
Left Property (IImGearDoubleRectangle)




Gets or sets the x-coordinate of the upper-left corner of the rectangle.
Syntax
'Declaration
 
Property Left As Double
'Usage
 
Dim instance As IImGearDoubleRectangle
Dim value As Double
 
instance.Left = value
 
value = instance.Left
double Left {get; set;}
__property double get_Left();
__property void set_Left( 
   double value
);
property double Left {
   double get();
   void set (    double value);
}

Property Value

Any double precision number.
See Also

Reference

IImGearDoubleRectangle Interface
IImGearDoubleRectangle Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback