ImageGear .NET v24.12 - Updated
getMark Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ArtPage class : getMark Method
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

Reference

ArtPage class
ArtPage Members