Click or drag to resize

G2DCoordinateSystemGetPointOnPlane Method

Gets the layer point corresponding to a logical point constrained to the specified plane.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD2D GetPointOnPlane(
	CSPlaneID id,
	Logical3D r
)

Parameters

id  CSPlaneID
The plane identifier.
r  Logical3D
The logical point.

Return Value

PointD2D
The point in layer coordinates.
See Also