Click or drag to resize

DeviceWriteDisplayChunk Method

This method writes a raw raster to the display of the device.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void WriteDisplayChunk(
	DisplayChunk d
)

Parameters

d
Type: ProScriptDisplayChunk
Raw raster to update the display with.
See Also