IHitTestObjectChangeSize Method |
Changes the size of the hitted item either in x or in y direction.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void ChangeSize(
double? x,
double? y,
double? z
)
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.
- z NullableDouble
- If not null, this is the new z size of the hitted object.
See Also