Click or drag to resize

BaseScanControllerGoToXY(dvec2, Double, Double, Boolean, NullableCancellationToken) Method

Jumps to the 2D Position with the defined speed and delay. If in 3D mode, the last used z value will be kept.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void GoToXY(
	dvec2 position,
	double jumpSpeed,
	double jumpDelay,
	bool async = true,
	CancellationToken? cancellationToken = null
)

Parameters

position  dvec2
Position.
jumpSpeed  Double
Speed.
jumpDelay  Double
Delay.
async  Boolean  (Optional)
Waits for execution done if false.
cancellationToken  NullableCancellationToken  (Optional)
Optional token for cancel waiting.
See Also