HostLayerTransformCoordinatesFromParentToHere(PointD2D) Method |
Transforms coordinates from the parent layer to this layer.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD2D TransformCoordinatesFromParentToHere(
PointD2D pagecoordinates
)
Parameters
- pagecoordinates PointD2D
- The parent coordinates.
Return Value
PointD2DThe coordinates in this layer.
See Also