Click or drag to resize

CommandListAppendJumpAndShoot(IListJumpAndShootItemPoint3D) Method

Marks a path of pixels described by the list of given absolute co-ordinates, using the Jump-And-Shoot algorithm.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public void AppendJumpAndShoot(
	IList<JumpAndShootItem<Point3D>> points
)

Parameters

points  IListJumpAndShootItemPoint3D
List of jump and shoot points.
Remarks

The exposure time can vary at each pixel position, according to the ExposureTime specified for that particular pixel.

See Also