←Select platform

SendToBack Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual void SendToBack( 
   AnnLayer layer, 
   bool last 
) 
Public Sub SendToBack( _ 
   ByVal layer As Leadtools.Annotations.Core.AnnLayer, _ 
   ByVal last As Boolean _ 
)  
public void SendToBack(  
   Leadtools.Annotations.Core.AnnLayer layer, 
   bool last 
) 
-(void) sendToBack:(LTAnnLayer*)layer last:(BOOL)last; 
public void sendToBack(AnnLayer layer, boolean last) 
 function Leadtools.Annotations.Core.AnnLayerCollection.SendToBack(  
   layer , 
   last  
) 
public:  
   virtual void SendToBack( 
      AnnLayer^ layer, 
      bool last 
   ) 

Parameters

layer
Layer to move.

last
true to send the layer to the bottom of the Z-order; false to send the layer down 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