Click or drag to resize

GraphicBaseRelativeLocalToAbsoluteLocalCoordinates Method

Converts relative positions (0..1, 0..1) to absolute coordinates in the world coordinate system of the object. To convert this to layer coordinates, you have to transform it with the transformation matrix of this object.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD2D RelativeLocalToAbsoluteLocalCoordinates(
	PointD2D p
)

Parameters

p  PointD2D
Relative coordinates of the rectangle (0,0 is the upper left corner, 1,1 is the lower right corner).

Return Value

PointD2D
The absolute object coordinates of this point (not layer coordinates!).
See Also