←Select platform

SendToBack Method (AnnObjectCollection)

Summary

Sends the specified object back in the collection.

Syntax

C#
VB
C++
public void SendToBack(  
   Leadtools.Windows.Annotations.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Windows.Annotations Assembly
Click or drag to resize