sendToBack Method

Summary

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

Syntax

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

Parameters

obj

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly