Method PopLayer
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
PopLayer()
Stops redirecting drawing operations to the layer that is specified by the last PushLayer(in LayerParameters, IDeviceLayer?) call.
See Direct2D Layers Overview
for more information.
void PopLayer()
Remarks
A PopLayer must match a previous PushLayer call.