Click or drag to resize

G3DCoordinateSystemWithLayerSize Method

Returns an instance of this class, whose rectangular area size was set to the provided value

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public G3DCoordinateSystem WithLayerSize(
	VectorD3D size
)

Parameters

size  VectorD3D
The new size.

Return Value

G3DCoordinateSystem
Instance of this class, whose rectangular area size was set to the provided value.
See Also