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




In This Topic
Width Property (IImGearRectangle)
In This Topic
Gets the width of the rectangle.
Syntax
'Declaration
 
ReadOnly Property Width As Integer
 
'Usage
 
Dim instance As IImGearRectangle
Dim value As Integer
 
value = instance.Width

Property Value

Any integer value.
See Also