←Select platform

BringToFront Method

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

Parameters

annObject
Object to move.

first
true to send the object to the top of the Z-order; false to send the object up one level only.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.