ImageGear .NET - Updated
Right Property (IImGearDoubleRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > IImGearDoubleRectangle Interface : Right Property
Gets or sets the x-coordinate of the lower-right corner of the rectangle.
Syntax
'Declaration
 
Property Right As Double
'Usage
 
Dim instance As IImGearDoubleRectangle
Dim value As Double
 
instance.Right = value
 
value = instance.Right
double Right {get; set;}
__property double get_Right();
__property void set_Right( 
   double value
);
property double Right {
   double get();
   void set (    double value);
}

Property Value

Any double precision number.
See Also

Reference

IImGearDoubleRectangle Interface
IImGearDoubleRectangle Members