(Leadtools.Annotations.Core)

SendToBack Method (AnnObjectCollection)

Show in webframe





Object to move.
true to send the object to the bottom of the Z-order; false to send the object down one level only.
Moves an object down in the Z-order of the list.
Syntax
public void SendToBack( 
   AnnObject obj,
   bool last
)
Public Sub SendToBack( _
   ByVal obj As AnnObject, _
   ByVal last As Boolean _
) 
public void SendToBack( 
   AnnObject obj,
   bool last
)
-(void) sendToBack:(LTAnnObject*)obj last:(BOOL)last;
public void sendToBack(AnnObject obj, bool 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

See Also

Reference

AnnObjectCollection Class
AnnObjectCollection Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.