Click or drag to resize

ItemLocationDirectAspectPreservingInternalSetSizeSilent Method

Sets the width and height without raising a change event.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void InternalSetSizeSilent(
	RADouble valueX,
	RADouble valueY
)

Parameters

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