←Select platform

SendToBack Method

Summary
Moves an object down in the Z-order of the list.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual void SendToBack( 
   AnnObject annObject, 
   bool last 
) 
-(void) sendToBack:(LTAnnObject*)obj last:(BOOL)last; 
public void sendToBack(AnnObject annObject, boolean last) 
public:  
   virtual void SendToBack( 
      AnnObject^ annObject, 
      bool last 
   ) 
def SendToBack(self,annObject,last): 

Parameters

annObject
Object to move.

last
true to send the object to the bottom of the Z-order; false to send the object down one level only.

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.