Click or drag to resize

HitTestObjectBase.ChangeSize Method

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

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

Parameters

x  Nullable<Double>
If not null, this is the new x size of the hitted object.
y  Nullable<Double>
If not null, this is the new y size of the hitted object.
z  Nullable<Double>
If not null, this is the new z size of the hitted object.

Implements

IHitTestObject.ChangeSize(Nullable<Double>, Nullable<Double>, Nullable<Double>)
See Also