ImageGear .NET - Updated
Right Property (ImGearDoubleRectangle)




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

Property Value

Any double precision number.
See Also

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members