IHitTestObjectChangeSize Method |
Changes the size of the hitted item either in x or in y direction.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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.
See Also