ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTImageRef Class / ImGearARTImageRef Constructor / ImGearARTImageRef Constructor(IImGearRectangle,String)
The image rectangle.
The file name of the image reference.




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

    Parameters

    rect
    The image rectangle.
    fileName
    The file name of the image reference.
    See Also