C#
VB
Java
Objective-C
WinRT C#
C++
Moves an object up in the Z-order of the list.
Public Sub BringToFront( _
ByVal obj As Leadtools.Annotations.Core.AnnObject, _
ByVal first As Boolean _
)
public void BringToFront(
Leadtools.Annotations.Core.AnnObject obj,
bool first
)
-(void) bringToFront:(LTAnnObject*)obj first:(BOOL)first;
public void bringToFront(AnnObject obj, boolean first)
function Leadtools.Annotations.Core.AnnObjectCollection.BringToFront(
obj ,
first
)
obj
Object to move.
first
true to send the object to the top of the Z-order; false to send the object up 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