Click or drag to resize

HostLayerTransformCoordinatesFromParentToHere(Graphics) Method

This switches the graphics context from printable area coordinates to layer coordinates.

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

Parameters

g  Graphics
The graphics state to change.
See Also