Click or drag to resize

HostLayerTransformCoordinatesFromHereToParent(GraphicsPath) Method

Transforms a graphics path from layer coordinates to graph (page) coordinates

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GraphicsPath TransformCoordinatesFromHereToParent(
	GraphicsPath gp
)

Parameters

gp  GraphicsPath
the graphics path to convert

Return Value

GraphicsPath
graphics path now in graph coordinates
See Also