Click or drag to resize

ItemLocationDirectInternalSetScaleSilent Method

Updates all scale components without raising change notifications.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual bool InternalSetScaleSilent(
	VectorD3D value
)

Parameters

value  VectorD3D
The new scale vector.

Return Value

Boolean
if any scale component changed; otherwise, .
See Also