ImageGear .NET v24.12 - Updated
ImGearARTButton Constructor(IImGearRectangle,String)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTButton Class > ImGearARTButton Constructor : ImGearARTButton Constructor(IImGearRectangle,String)
The mark rectangle.
Button text.
Initializes a new instance of the ImGearARTButton class object.
Syntax
'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.
See Also

Reference

ImGearARTButton Class
ImGearARTButton Members
Overload List
ImGearRectangle Structure