'Declaration
Public Function New( _
ByVal As IImGearRectangle, _
ByVal As String, _
ByVal As IImGearRGBQuad, _
ByVal As IImGearRGBQuad, _
ByVal As Integer, _
ByVal As String, _
ByVal As Single, _
ByVal As ImGearARTFontStyles _
)
'Usage
Dim rect As IImGearRectangle
Dim text As String
Dim textColor As IImGearRGBQuad
Dim fillColor As IImGearRGBQuad
Dim opacity As Integer
Dim fontName As String
Dim fontSize As Single
Dim fontStyle As ImGearARTFontStyles
Dim instance As New ImGearARTButton(rect, text, textColor, fillColor, opacity, fontName, fontSize, fontStyle)