Click or drag to resize

ResourceGraphic Constructor (Int32, Image)

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,
	Image graphic
)

Parameters

resourceNumber
Type: SystemInt32
Resource id on the device
graphic
Type: System.DrawingImage
Image data to be sent
See Also