Click or drag to resize

HitTestObjectBaseChangeSize Method

Changes the size of the hitted item either in x or in y direction.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void ChangeSize(
	double? x,
	double? y
)

Parameters

x  NullableDouble
If not null, this is the new x size of the hitted object.
y  NullableDouble
If not null, this is the new y size of the hitted object.

Implements

IHitTestObjectChangeSize(NullableDouble, NullableDouble)
See Also