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




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

    Parameters

    markId
    ID of the mark to move.
    See Also