Click or drag to resize

ResourceGraphic Constructor (Int32, Byte)

Initializes a new instance of the ResourceGraphic class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public ResourceGraphic(
	int resourceNumber,
	byte[] data
)

Parameters

resourceNumber
Type: SystemInt32
Resource id on the device
data
Type: SystemByte
Data in byte format
See Also