IGraphicsContext3DRestoreGraphicsState Method |
Restores a previously saved graphics state.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid RestoreGraphicsState(
Object graphicsState
)
Parameters
- graphicsState Object
- The graphics state previously returned by SaveGraphicsState.
See Also