Click or drag to resize

GraphicsContext3DBaseRestoreGraphicsState 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#
public abstract void RestoreGraphicsState(
	Object graphicsState
)

Parameters

graphicsState  Object
The graphics state previously returned by SaveGraphicsState.

Implements

IGraphicsContext3DRestoreGraphicsState(Object)
See Also