sendToBack Method

Summary

Moves an object down in the Z-order of the list.

Syntax
TypeScript
JavaScript
AnnObjectCollection.prototype.sendToBack = function( 
   annObject, 
   last 
) 
sendToBack( 
   annObject: AnnObject, 
   last: boolean 
): void; 

Parameters

annObject

Object to move.

last

true to send the object to the bottom of the Z-order; false to send the object down one level only.

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