←Select platform

SendToBack Method (AnnObjectCollection)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
public void SendToBack(  
   Leadtools.Annotations.Core.AnnObject obj, 
   bool last 
) 
Public Sub SendToBack( _ 
   ByVal obj As Leadtools.Annotations.Core.AnnObject, _ 
   ByVal last As Boolean _ 
) 
public void SendToBack(  
   Leadtools.Annotations.Core.AnnObject obj, 
   bool last 
) 
-(void) sendToBack:(LTAnnObject*)obj last:(BOOL)last;
public void sendToBack(AnnObject obj, boolean last)
function Leadtools.Annotations.Core.AnnObjectCollection.SendToBack(  
   obj , 
   last  
) 

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

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