←Select platform

BringToFront Method (AnnLayerCollection)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
public void BringToFront(  
   Leadtools.Annotations.Core.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  
) 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize