Click or drag to resize

DisplayChunk Constructor

Initializes a new instance of the DisplayChunk class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public DisplayChunk(
	ushort x,
	ushort y,
	ushort width,
	ushort height,
	byte bitsPerPixel,
	byte[] raster
)

Parameters

x
Type: SystemUInt16
The horizontal location of the top left of the image in pixels.
y
Type: SystemUInt16
The vertical location of the top left of the image in pixels.
width
Type: SystemUInt16
he width of the image in pixels.
height
Type: SystemUInt16
The height of the image in pixels.
bitsPerPixel
Type: SystemByte
The number of bits per pixel the raster is encoded with.
raster
Type: SystemByte
The raw raster to be transferred.
See Also