ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / MarkSelect Method / MarkSelect(Int32,Boolean) Method
Mark ID to select or deselect.
Pass true to select the mark, false to deselect.




In This Topic
    MarkSelect(Int32,Boolean) Method
    In This Topic
    Selects or deselects the specified mark.
    Syntax
    'Declaration
     
    Public Overloads Sub MarkSelect( _
       ByVal markId As Integer, _
       ByVal state As Boolean _
    ) 
    'Usage
     
    Dim instance As ImGearARTPage
    Dim markId As Integer
    Dim state As Boolean
     
    instance.MarkSelect(markId, state)
    public void MarkSelect( 
       int markId,
       bool state
    )
    public: void MarkSelect( 
       int markId,
       bool state
    ) 
    public:
    void MarkSelect( 
       int markId,
       bool state
    ) 

    Parameters

    markId
    Mark ID to select or deselect.
    state
    Pass true to select the mark, false to deselect.
    See Also