Click or drag to resize

ItemLocationDirectInternalSetScaleSilent Method

Sets both scale factors 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 virtual bool InternalSetScaleSilent(
	PointD2D value
)

Parameters

value  PointD2D
The new scale factors.

Return Value

Boolean
if either scale factor changed; otherwise, .
See Also