ImageGear v26.3 - Updated
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)
    public ImGearDoubleRectangle( 
       IImGearDoubleRectangle rect
    )
    public: ImGearDoubleRectangle( 
       IImGearDoubleRectangle* rect
    )
    public:
    ImGearDoubleRectangle( 
       IImGearDoubleRectangle^ rect
    )

    Parameters

    rect
    IImGearDoubleRectangle interface.
    See Also