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




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : Height Property
Gets height of image in pixels.
Syntax
'Declaration
 
Public ReadOnly Property Height As Integer
'Usage
 
Dim instance As ImGearDIB
Dim value As Integer
 
value = instance.Height
public int Height {get;}
public: __property int get_Height();
public:
property int Height {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearDIB Class
ImGearDIB Members