ShapeGroupTransformGraphics Method |
Transforms the graphics context is such a way, that the object can be drawn in local coordinates.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override void TransformGraphics(
IGraphicsContext3D g
)
Parameters
- g IGraphicsContext3D
- Graphics context (should be saved beforehand).
See Also