Brings the currently selected layer up in the Z-order.
public void BringLayerToFront(
bool first
)
Public Sub BringLayerToFront( _
ByVal first As Boolean _
)
-(void)bringLayerToFront:(BOOL)first;
public boolean bringLayerToFront(boolean first);
public:
void BringLayerToFront(
bool first
)
first
true to bring the layer to the top of the Z-order; false to bring the layer one level up only
Use this method with first set to true to bring the layer to the top of the Z-order, and set first to false to bring the layer up one level.
You can determine whether you can bring the layer up or to the top by calling the CanBringLayerToFront and CanBringLayerToFirst 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