C#
VB
Java
Objective-C
WinRT C#
C++
Moves an object down in the Z-order of the list.
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
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET