G2DCoordinateSystemGetPointOnPlane Method |
Gets the layer point corresponding to a logical point constrained to the specified plane.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD2D GetPointOnPlane(
CSPlaneID id,
Logical3D r
)
Parameters
- id CSPlaneID
- The plane identifier.
- r Logical3D
- The logical point.
Return Value
PointD2DThe point in layer coordinates.
See Also