ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTButton Class / ImGearARTButton Constructor / ImGearARTButton Constructor(IImGearRectangle,String)
The mark rectangle.
Button text.




In This Topic
    ImGearARTButton Constructor(IImGearRectangle,String)
    In This Topic
    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