IBarGraphicsRestore Method |
Restores the specified GraphicsState.
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax void Restore(
GraphicsState gState
)
Sub Restore (
gState As GraphicsState
)
Parameters
- gState
- Type: System.Drawing.Drawing2DGraphicsState
the GraphicsState to restore to.
See Also