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