Click or drag to resize

G2DCoordinateSystemGetPointOnPlane Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.G2DCoordinateSystem.GetPointOnPlane(Altaxo.Graph.CSPlaneID,Altaxo.Graph.Logical3D)"]


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

Parameters

id  CSPlaneID

[Missing <param name="id"/> documentation for "M:Altaxo.Graph.Gdi.G2DCoordinateSystem.GetPointOnPlane(Altaxo.Graph.CSPlaneID,Altaxo.Graph.Logical3D)"]

r  Logical3D

[Missing <param name="r"/> documentation for "M:Altaxo.Graph.Gdi.G2DCoordinateSystem.GetPointOnPlane(Altaxo.Graph.CSPlaneID,Altaxo.Graph.Logical3D)"]

Return Value

PointD2D

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.G2DCoordinateSystem.GetPointOnPlane(Altaxo.Graph.CSPlaneID,Altaxo.Graph.Logical3D)"]

See Also