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




In This Topic
Width Property (ImGearDIB)
In This Topic
Gets width of image in pixels.
Syntax
'Declaration
 
Public ReadOnly Property Width As Integer
 
'Usage
 
Dim instance As ImGearDIB
Dim value As Integer
 
value = instance.Width

Property Value

Integer value.
See Also