ImageGear .NET - Updated March 30, 2018
ImGearARTAudio Constructor




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTAudio Class : ImGearARTAudio Constructor
The mark rectangle.
The filename of the mark.
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)

Parameters

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

Reference

ImGearARTAudio Class
ImGearARTAudio Members
ImGearRectangle Structure