Brings the currently selected object(s) up in the Z-order.
public virtual void BringToFront(
bool first
)
Public Overridable Sub BringToFront( _
ByVal first As Boolean _
)
public:
virtual void BringToFront(
bool first
)
first
true to bring the object(s) to the top of the Z-order; false to bring the object(s) one level up only
Use this method with first set to true to bring the object(s) to the top of the Z-order, and set first to false to bring the object(s) up one level. You can determine whether you can bring the objects up or to the top by calling the CanBringToFront and CanBringToFirst properties, respectively.
For an example, refer to CanBringToFront.
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