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




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

Property Value

Any double precision number.
See Also