Click or drag to resize

GraphicBaseRelativeLocalToAbsoluteParentCoordinates Method

Converts relative positions of the object (0..1, 0..1, 0..1) to coordinates in the parent's (layer) coordinate system.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD3D RelativeLocalToAbsoluteParentCoordinates(
	VectorD3D relativeObjectCoordinates
)

Parameters

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

Return Value

PointD3D
The absolute parent coordinates of this point (i.e. normally layer coordinates).
See Also