ImageGear .NET v24.14 - Updated
Right Property (ImGearRectangle)




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

Property Value

Any integer value.
See Also

Reference

ImGearRectangle Structure
ImGearRectangle Members