ItemLocationDirectAutoSizeInternalSetSizeSilent Method |
Updates all size components without raising change notifications.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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