Click or drag to resize

HitTestObjectChangeSize Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.HitTestObject.ChangeSize(System.Nullable{System.Double},System.Nullable{System.Double})"]


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

Parameters

x  NullableDouble

[Missing <param name="x"/> documentation for "M:Altaxo.Graph.Gdi.HitTestObject.ChangeSize(System.Nullable{System.Double},System.Nullable{System.Double})"]

y  NullableDouble

[Missing <param name="y"/> documentation for "M:Altaxo.Graph.Gdi.HitTestObject.ChangeSize(System.Nullable{System.Double},System.Nullable{System.Double})"]

Implements

IHitTestObjectChangeSize(NullableDouble, NullableDouble)
See Also