←Select platform

BringToFront Method

Summary
Moves a layer up in the Z-order of the list.
Syntax
C#
VB
Objective-C
C++
Java
public virtual void BringToFront( 
   AnnLayer layer, 
   bool first 
) 
Public Sub BringToFront( _ 
   ByVal layer As AnnLayer, _ 
   ByVal first As Boolean _ 
)  
-(void) bringToFront:(LTAnnLayer*)layer first:(BOOL)first; 
public void bringToFront(AnnLayer layer, boolean first) 
public:  
   virtual void BringToFront( 
      AnnLayer^ layer, 
      bool first 
   ) 

Parameters

layer
Layer to move.

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

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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