ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / ImGearRectangle Constructor / ImGearRectangle Constructor(IImGearRectangle)
A rectangle object.




In This Topic
ImGearRectangle Constructor(IImGearRectangle)
In This Topic
Initializes a new instance of the ImGearRectangle struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal rect As IImGearRectangle _
)
 
'Usage
 
Dim rect As IImGearRectangle
 
Dim instance As New ImGearRectangle(rect)

Parameters

rect
A rectangle object.
See Also