Click or drag to resize

ShapeGroupTransformGraphics Method

Transforms the graphics context is such a way, that the object can be drawn in local coordinates.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void TransformGraphics(
	IGraphicsContext3D g
)

Parameters

g  IGraphicsContext3D
Graphics context (should be saved beforehand).
See Also