ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTImage Class / ImGearARTImage Constructor / ImGearARTImage Constructor(IImGearRectangle,String)
Image rectangle.
File name of the image.




In This Topic
    ImGearARTImage Constructor(IImGearRectangle,String)
    In This Topic
    Initializes a new instance of the ImGearARTImage 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 ImGearARTImage(rect, fileName)
    public ImGearARTImage( 
       IImGearRectangle rect,
       string fileName
    )
    public: ImGearARTImage( 
       IImGearRectangle* rect,
       string* fileName
    )
    public:
    ImGearARTImage( 
       IImGearRectangle^ rect,
       String^ fileName
    )

    Parameters

    rect
    Image rectangle.
    fileName
    File name of the image.
    See Also