ResourceGraphic Constructor (Int32, Image) |
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
)
Public Sub New (
resourceNumber As Integer,
graphic As Image
)
public:
ResourceGraphic(
int resourceNumber,
Image^ graphic
)
new :
resourceNumber : int *
graphic : Image -> ResourceGraphic
Parameters
- resourceNumber
- Type: SystemInt32
Resource id on the device - graphic
- Type: System.DrawingImage
Image data to be sent
See Also