ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / MarkRemove Method / MarkRemove(Int32) Method
ID of the mark to delete.




In This Topic
    MarkRemove(Int32) Method
    In This Topic
    Deletes the mark.
    Syntax
    'Declaration
     
    Public Overloads Sub MarkRemove( _
       ByVal markId As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearARTPage
    Dim markId As Integer
     
    instance.MarkRemove(markId)
    public void MarkRemove( 
       int markId
    )
    public: void MarkRemove( 
       int markId
    ) 
    public:
    void MarkRemove( 
       int markId
    ) 

    Parameters

    markId
    ID of the mark to delete.
    See Also