ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTAudio Class / ImGearARTAudio Constructor
The mark rectangle.
The filename of the mark.




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

    Parameters

    rect
    The mark rectangle.
    fileName
    The filename of the mark.
    See Also