Click or drag to resize

DeviceWriteImage Method

Overload List
  NameDescription
Public methodWriteImage(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.
Public methodWriteImage(UInt16, UInt16, Image, Int32)
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.
Top
See Also