FloatPointEventArgs(String, Single, Single) Constructor

Create a new instance of the FloatPointEventArgs Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public FloatPointEventArgs(
	string axisName,
	float newValue,
	float originalValue = 0f
)

Parameters

axisName  String
Name of the axis for which the event will be fired.
newValue  Single
Current location.
originalValue  Single  (Optional)
Optional original value.

See Also