Click or drag to resize

G3DCartesicCoordinateSystemLogicalToLayerCoordinates Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.CS.G3DCartesicCoordinateSystem.LogicalToLayerCoordinates(Altaxo.Graph.Logical3D,System.Double@,System.Double@)"]


Namespace: Altaxo.Graph.Gdi.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override bool LogicalToLayerCoordinates(
	Logical3D r,
	out double xlocation,
	out double ylocation
)

Parameters

r  Logical3D

[Missing <param name="r"/> documentation for "M:Altaxo.Graph.Gdi.CS.G3DCartesicCoordinateSystem.LogicalToLayerCoordinates(Altaxo.Graph.Logical3D,System.Double@,System.Double@)"]

xlocation  Double

[Missing <param name="xlocation"/> documentation for "M:Altaxo.Graph.Gdi.CS.G3DCartesicCoordinateSystem.LogicalToLayerCoordinates(Altaxo.Graph.Logical3D,System.Double@,System.Double@)"]

ylocation  Double

[Missing <param name="ylocation"/> documentation for "M:Altaxo.Graph.Gdi.CS.G3DCartesicCoordinateSystem.LogicalToLayerCoordinates(Altaxo.Graph.Logical3D,System.Double@,System.Double@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.CS.G3DCartesicCoordinateSystem.LogicalToLayerCoordinates(Altaxo.Graph.Logical3D,System.Double@,System.Double@)"]

See Also