Click or drag to resize

ItemLocationDirectAutoSizeInternalSetSizeSilent Method

Updates all size 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 override void InternalSetSizeSilent(
	RADouble valueX,
	RADouble valueY,
	RADouble valueZ
)

Parameters

valueX  RADouble
The new width value.
valueY  RADouble
The new height value.
valueZ  RADouble
The new depth value.
See Also