ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroup Class / SendToBack Method




In This Topic
    SendToBack Method
    In This Topic
    Moves the group of marks to the bottom of Z-Order.
    Syntax
    'Declaration
     
    Public Sub SendToBack() 
    'Usage
     
    Dim instance As ImGearARTGroup
     
    instance.SendToBack()
    public void SendToBack()
    public: void SendToBack(); 
    public:
    void SendToBack(); 
    See Also