←Select platform

SendToBack Method

Summary

Sends the specified object back in the collection.

Syntax

C#
VB
C++
public void SendToBack( 
   AnnObject obj, 
   bool last 
) 
  
Public Sub SendToBack( _ 
   ByVal obj As Leadtools.Windows.Annotations.AnnObject, _ 
   ByVal last As Boolean _ 
)  
public: 
void SendToBack(  
   Leadtools.Windows.Annotations.AnnObject^ obj, 
   bool last 
)  

Parameters

obj
The object to move.

last
true to make the object the last object in the collection; false to move the object back one index.

Example

For C#/VB examples, refer to AnnObjectCollection.

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.Windows.Annotations Assembly