ImageGear .NET v25.1 - Updated
Width Property (IImGearRectangle)




ImageGear.Core Assembly > ImageGear.Core Namespace > IImGearRectangle Interface : Width Property
Gets the width of the rectangle.
Syntax
'Declaration
 
ReadOnly Property Width As Integer
'Usage
 
Dim instance As IImGearRectangle
Dim value As Integer
 
value = instance.Width
int Width {get;}
__property int get_Width();
property int Width {
   int get();
}

Property Value

Any integer value.
See Also

Reference

IImGearRectangle Interface
IImGearRectangle Members