C#
VB
C++
Brings the specified object forward in the collection.
Public Sub BringToFront( _
ByVal obj As Leadtools.Windows.Annotations.AnnObject, _
ByVal first As Boolean _
)
public:
void BringToFront(
Leadtools.Windows.Annotations.AnnObject^ obj,
bool first
)
obj
The object to move.
first
true to make the object the first object in the collection; false to move the object forward one index.
For C#/VB examples, refer to AnnObjectCollection.
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