ImageGear .NET - Updated
Left Property (ImGearDoubleRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDoubleRectangle Structure : Left Property
Gets or sets the x-coordinate of the upper-left corner of the rectangle.
Syntax
'Declaration
 
Public Property Left As Double
'Usage
 
Dim instance As ImGearDoubleRectangle
Dim value As Double
 
instance.Left = value
 
value = instance.Left
public double Left {get; set;}
public: __property double get_Left();
public: __property void set_Left( 
   double value
);
public:
property double Left {
   double get();
   void set (    double value);
}

Property Value

Any double precision number.
See Also

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members