ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / m_Width Field




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