Click or drag to resize

CommandListAppendBitmapLineAbs(Point3D, Point3D, IEnumerableUInt16) 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: 2.3.4
Syntax
C#
public void AppendBitmapLineAbs(
	Point3D start,
	Point3D end,
	IEnumerable<ushort> powerValues
)

Parameters

start  Point3D
The absolute coordinates of the start-point.
end  Point3D
The absolute coordinates of the end-point.
powerValues  IEnumerableUInt16
The pixel power values.
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