ImageGear .NET v24.12 - Updated
MarkSendToBack(Int32) Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class > MarkSendToBack Method : MarkSendToBack(Int32) Method
ID of the mark to move.
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

Reference

ImGearARTPage Class
ImGearARTPage Members
Overload List