ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoubleRectangle Structure / ImGearDoubleRectangle Constructor / ImGearDoubleRectangle Constructor(IImGearDoubleRectangle)
IImGearDoubleRectangle interface.




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

Parameters

rect
IImGearDoubleRectangle interface.
See Also