←Select platform

BringToFront Method

Summary

Moves a layer up in the Z-order of the list.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual void BringToFront( 
   AnnLayer layer, 
   bool first 
) 
Public Sub BringToFront( _ 
   ByVal layer As Leadtools.Annotations.Core.AnnLayer, _ 
   ByVal first As Boolean _ 
)  
public void BringToFront(  
   Leadtools.Annotations.Core.AnnLayer layer, 
   bool first 
) 
-(void) bringToFront:(LTAnnLayer*)layer first:(BOOL)first; 
public void bringToFront(AnnLayer layer, boolean first) 
 function Leadtools.Annotations.Core.AnnLayerCollection.BringToFront(  
   layer , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly