ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTImageEmb Class / ImGearARTImageEmb Constructor / ImGearARTImageEmb Constructor(IImGearRectangle)
The image rectangle.




In This Topic
    ImGearARTImageEmb Constructor(IImGearRectangle)
    In This Topic
    Initializes a new instance of the ImGearARTImageEmb class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As IImGearRectangle _
    )
    'Usage
     
    Dim rect As IImGearRectangle
     
    Dim instance As New ImGearARTImageEmb(rect)
    public ImGearARTImageEmb( 
       IImGearRectangle rect
    )
    public: ImGearARTImageEmb( 
       IImGearRectangle* rect
    )
    public:
    ImGearARTImageEmb( 
       IImGearRectangle^ rect
    )

    Parameters

    rect
    The image rectangle.
    See Also