GraphicBaseRelativeLocalToAbsoluteParentVector Method |
Converts relative positions (0..1, 0..1) to coordinates in the world coordinate system of the parent (normally the layer).
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PointD2D RelativeLocalToAbsoluteParentVector(
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
PointD2DThe absolute parent coordinates of this point.
See Also