ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / m_Height Field




In This Topic
m_Height Field
In This Topic
Image heigth in pixels.
Syntax
'Declaration
 
Protected m_Height As Integer
 
'Usage
 
Dim instance As ImGearDIB
Dim value As Integer
 
value = instance.m_Height
 
instance.m_Height = value
See Also