Click or drag to resize

IGraphicsContext3DRestoreGraphicsState Method

Restores a previously saved graphics state.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void RestoreGraphicsState(
	Object graphicsState
)

Parameters

graphicsState  Object
The graphics state previously returned by SaveGraphicsState.
See Also