CommandList.AppendBitmapLineRel(Point3D, Point3D, IEnumerable<UInt16>, PowerChannels) Method |
Marks a line of pixels from the current position to that described by the given relative co-ordinates.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.7.1
Syntaxpublic void AppendBitmapLineRel(
Point3D start,
Point3D end,
IEnumerable<ushort> powerValues,
PowerChannels powerTargetChannel = PowerChannels.Channel0
)
Parameters
- start Point3D
- The relative coordinates of the start-point.
- end Point3D
- The relative coordinates of the end-point.
- powerValues IEnumerable<UInt16>
- The pixel power values.
- powerTargetChannel PowerChannels (Optional)
- The output channel.
RemarksThe 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