ResourceGraphic Constructor (Int32, Byte) | 
  
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic ResourceGraphic(
	int resourceNumber,
	byte[] data
)
Public Sub New ( 
	resourceNumber As Integer,
	data As Byte()
)
public:
ResourceGraphic(
	int resourceNumber, 
	array<unsigned char>^ data
)
new : 
        resourceNumber : int * 
        data : byte[] -> ResourceGraphicParameters
- resourceNumber
 - Type: SystemInt32
Resource id on the device - data
 - Type: SystemByte
Data in byte format 
See Also