Moves the mark specified by ID to the top of Z-Order.
Syntax
public void MarkBringToFront(
int
)
public: void MarkBringToFront(
int
)
public:
void MarkBringToFront(
int
)
'Declaration
Public Overloads Sub MarkBringToFront( _
ByVal As Integer _
)
'Usage
Dim instance As ImGearARTPage
Dim markId As Integer
instance.MarkBringToFront(markId)
Parameters
- markId
- ID of the mark to move.
See Also