ImageGear .NET - Updated
X Property (ImGearARTHollowRectangle)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHollowRectangle Class : X Property
Gets or sets the X coordinate of top-left point of the mark.
Syntax
'Declaration
 
Public Property X As Integer
'Usage
 
Dim instance As ImGearARTHollowRectangle
Dim value As Integer
 
instance.X = value
 
value = instance.X
public int X {get; set;}
public: __property int get_X();
public: __property void set_X( 
   int value
);
public:
property int X {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearARTHollowRectangle Class
ImGearARTHollowRectangle Members