Click or drag to resize

G3DCartesicCoordinateSystemWithXYInterchangedAndXYZReversed Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem.WithXYInterchangedAndXYZReversed(System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]


Namespace: Altaxo.Graph.Graph3D.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public G3DCartesicCoordinateSystem WithXYInterchangedAndXYZReversed(
	bool isXYInterchanged,
	bool isXReversed,
	bool isYReversed,
	bool isZReversed
)

Parameters

isXYInterchanged  Boolean

[Missing <param name="isXYInterchanged"/> documentation for "M:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem.WithXYInterchangedAndXYZReversed(System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

isXReversed  Boolean

[Missing <param name="isXReversed"/> documentation for "M:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem.WithXYInterchangedAndXYZReversed(System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

isYReversed  Boolean

[Missing <param name="isYReversed"/> documentation for "M:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem.WithXYInterchangedAndXYZReversed(System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

isZReversed  Boolean

[Missing <param name="isZReversed"/> documentation for "M:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem.WithXYInterchangedAndXYZReversed(System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

G3DCartesicCoordinateSystem

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem.WithXYInterchangedAndXYZReversed(System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also