ImageGear .NET v24.12 - Updated
ImGearDoubleRectangle Constructor(IImGearDoubleRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDoubleRectangle Structure > ImGearDoubleRectangle Constructor : ImGearDoubleRectangle Constructor(IImGearDoubleRectangle)
IImGearDoubleRectangle interface.
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)
public ImGearDoubleRectangle( 
   IImGearDoubleRectangle rect
)
public: ImGearDoubleRectangle( 
   IImGearDoubleRectangle* rect
)
public:
ImGearDoubleRectangle( 
   IImGearDoubleRectangle^ rect
)

Parameters

rect
IImGearDoubleRectangle interface.
See Also

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members
Overload List