Click or drag to resize

DeviceWriteImage Method (UInt16, UInt16, Image)

This function allows you to draw a buffered image on to the screen of the device (if supported). The image must fit within the device's display boundaries. Images will be automatically converted to the displays color depth.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void WriteImage(
	ushort x,
	ushort y,
	Image image
)

Parameters

x
Type: SystemUInt16
screen x coordinate to draw the image
y
Type: SystemUInt16
screen y coordinate to draw the image
image
Type: System.DrawingImage
image to draw
See Also