Click or drag to resize

GraphicsContext3DBaseSaveGraphicsState Method

Saves the current 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 Object SaveGraphicsState()

Return Value

Object
An opaque graphics-state object that can later be passed to RestoreGraphicsState(Object).

Implements

IGraphicsContext3DSaveGraphicsState
See Also