Click or drag to resize

GraphControllerScaleForPaint Method

This functions scales the graphics context to be ready for painting.

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

Parameters

g  Graphics
The graphics context.
See Also