'Declaration Public Function New( _ ByVal rect As IImGearRectangle, _ ByVal text As String _ )
'Usage Dim rect As IImGearRectangle Dim text As String Dim instance As New ImGearARTButton(rect, text)
public ImGearARTButton( IImGearRectangle rect, string text )
public: ImGearARTButton( IImGearRectangle* rect, string* text )
public: ImGearARTButton( IImGearRectangle^ rect, String^ text )
Parameters
- rect
- The mark rectangle.
- text
- Button text.