Click or drag to resize

HitTestObjectChangeSize Method

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


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

Parameters

x  NullableDouble

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

y  NullableDouble

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

z  NullableDouble

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

Implements

IHitTestObjectChangeSize(NullableDouble, NullableDouble, NullableDouble)
See Also