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




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

Property Value

Any integer value.
See Also

Reference

IImGearRectangle Interface
IImGearRectangle Members