Click or drag to resize

G2DCoordinateSystemGetPlaneInformation Method

Gets plane information for the specified plane identifier.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSPlaneInformation GetPlaneInformation(
	CSPlaneID planeID
)

Parameters

planeID  CSPlaneID
The plane identifier.

Return Value

CSPlaneInformation
The plane information.
See Also