ImageGear .NET v25.1 - Updated
X Property (ImGearPoint)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearPoint Structure : X Property
Gets or sets the x-coordinate of the point.
Syntax
'Declaration
 
Public Property X As Integer
'Usage
 
Dim instance As ImGearPoint
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

Any integer value.
See Also

Reference

ImGearPoint Structure
ImGearPoint Members