Click or drag to resize

ItemLocationDirectAutoSizeSetSizeInAutoSizeMode(VectorD3D) Method

If the IsAutoSized property is true for this instance, the graphical object has to use this function to indicate its size.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetSizeInAutoSizeMode(
	VectorD3D autoSize
)

Parameters

autoSize  VectorD3D
Size of the graphical object.
Exceptions
ExceptionCondition
InvalidOperationExceptionUsing SetAutoSize is not supported because IsAutoSized is false
See Also