G3DCoordinateSystemWithLayerSize Method |
Returns an instance of this class, whose rectangular area size was set to the provided value
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public G3DCoordinateSystem WithLayerSize(
VectorD3D size
)
Parameters
- size VectorD3D
- The new size.
Return Value
G3DCoordinateSystemInstance of this class, whose rectangular area size was set to the provided value.
See Also