Click or drag to resize

CommandListAppendBitmapLineAbs(Double, Double, Double, Double, Double, Double, IEnumerableUInt16, PowerChannels) Method

Marks a line of pixels from the current position to that described by the given absolute co-ordinates.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendBitmapLineAbs(
	double startX,
	double startY,
	double startZ,
	double endX,
	double endY,
	double endZ,
	IEnumerable<ushort> powerValues,
	PowerChannels powerTargetChannel = PowerChannels.Channel0
)

Parameters

startX  Double
The absolute x ordinate of the start-point.
startY  Double
The absolute y ordinate of the start-point.
startZ  Double
The absolute z ordinate of the start-point.
endX  Double
The absolute x ordinate of the end-point.
endY  Double
The absolute y ordinate of the end-point.
endZ  Double
The absolute z ordinate of the end-point.
powerValues  IEnumerableUInt16
The pixel power values.
powerTargetChannel  PowerChannels  (Optional)
The output channel.
Remarks

The exposure level can vary at each pixel position according to the specified pixel-levels.

Note that this command unusually requires the start-point as well as the end-point coordinates.

See Also