Click or drag to resize

GraphControllerScaleForPaintingGraphDocument Method

Prepares the graphics context for painting the graph document.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ScaleForPaintingGraphDocument(
	Graphics g
)

Parameters

g  Graphics
The graphics context.
See Also