Brings the currently selected object(s) up in the Z-order.
public void BringToFront(
bool first
)
Public Sub BringToFront( _
ByVal first As Boolean _
)
-(void)bringToFront:(BOOL)first;
public boolean bringToFront(boolean first);
public:
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document