ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTImageRef Class / ImGearARTImageRef Constructor / ImGearARTImageRef Constructor(IImGearRectangle)
Image rectangle.




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

    Parameters

    rect
    Image rectangle.
    See Also