Click or drag to resize

GlobalScalingEventArgs Constructor

Initializes a new instance of the GlobalScalingEventArgs class

Namespace: RAYLASE.Marker.GUI.Events
Assembly: RAYLASE.Marker.GUI.Events (in RAYLASE.Marker.GUI.Events.dll) Version: 2.38.0
Syntax
C#
public GlobalScalingEventArgs(
	double Power,
	double Speed,
	string ScanControllerLabel
)

Parameters

Power  Double

[Missing <param name="Power"/> documentation for "M:RAYLASE.Marker.GUI.Events.GlobalScalingEventArgs.#ctor(System.Double,System.Double,System.String)"]

Speed  Double

[Missing <param name="Speed"/> documentation for "M:RAYLASE.Marker.GUI.Events.GlobalScalingEventArgs.#ctor(System.Double,System.Double,System.String)"]

ScanControllerLabel  String

[Missing <param name="ScanControllerLabel"/> documentation for "M:RAYLASE.Marker.GUI.Events.GlobalScalingEventArgs.#ctor(System.Double,System.Double,System.String)"]

See Also