(Leadtools.Annotations.Core)

BringToFront Method (AnnLayerCollection)

Show in webframe





Layer to move.
true to send the layer to the top of the Z-order; false to send the layer up only one level.
Moves a layer up in the Z-order of the list.
Syntax
public void BringToFront( 
   AnnLayer layer,
   bool first
)
Public Sub BringToFront( _
   ByVal layer As AnnLayer, _
   ByVal first As Boolean _
) 
public void BringToFront( 
   AnnLayer layer,
   bool first
)
-(void) bringToFront:(LTAnnLayer*)layer first:(BOOL)first;
public void bringToFront(AnnLayer layer, bool 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

See Also

Reference

AnnLayerCollection Class
AnnLayerCollection Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.