Method RestoreDrawingState
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
RestoreDrawingState(IDrawingStateBlock)
Sets the render target's drawing state to that of the specified IDrawingStateBlock.
void RestoreDrawingState(IDrawingStateBlock drawingStateBlock)
Parameters
drawingStateBlock
IDrawingStateBlockThe new drawing state of the render target.