Brings the currently selected layer up in the Z-order.
public void BringLayerToFront(
bool first
)
Public Sub BringLayerToFront( _
ByVal first As Boolean _
)
public void BringLayerToFront(
bool first
)
-(void)bringLayerToFront:(BOOL)first;
public boolean bringLayerToFront(boolean first);
function Leadtools.Annotations.Automation.AnnAutomation.BringLayerToFront(
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.
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