ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ArtPage class / getMark Method

In This Topic
    getMark Method
    In This Topic
    Returns the mark at the specified Z-index.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function getMark( 
       zIndex : number(Integer)
    ) : Mark;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfArtPage.getMark(number(Integer));

    Parameters

    zIndex
    The zero-based Z-index of the mark to return.

    Return Value

    The mark that is at the specified Z-index.
    Remarks

    This function returns the mark at the specified Z-index. The getZIndexOfMark function performs the opposite operation. The mark at Z-index 0 is the bottom-most mark in the Z-order.

    See Also