←Select platform

SendToBack Method

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public virtual void SendToBack( 
   AnnLayer layer, 
   bool last 
) 
Public Sub SendToBack( _ 
   ByVal layer As AnnLayer, _ 
   ByVal last As Boolean _ 
)  
-(void) sendToBack:(LTAnnLayer*)layer last:(BOOL)last; 
public void sendToBack(AnnLayer layer, boolean 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly