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




In This Topic
    MarkBringToFront(Int32) Method
    In This Topic
    Moves the mark specified by ID to the top of Z-Order.
    Syntax
    'Declaration
     
    Public Overloads Sub MarkBringToFront( _
       ByVal markId As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearARTPage
    Dim markId As Integer
     
    instance.MarkBringToFront(markId)
    public void MarkBringToFront( 
       int markId
    )
    public: void MarkBringToFront( 
       int markId
    ) 
    public:
    void MarkBringToFront( 
       int markId
    ) 

    Parameters

    markId
    ID of the mark to move.
    See Also