ImageGear .NET - Updated
cX Property (ImGearSize)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearSize Structure : cX Property
Gets or sets the rectangle's width.
Syntax
'Declaration
 
Public Property cX As Integer
'Usage
 
Dim instance As ImGearSize
Dim value As Integer
 
instance.cX = value
 
value = instance.cX
public int cX {get; set;}
public: __property int get_cX();
public: __property void set_cX( 
   int value
);
public:
property int cX {
   int get();
   void set (    int value);
}

Property Value

Any integer value.
See Also

Reference

ImGearSize Structure
ImGearSize Members