Device.ShowImage

Device.ShowImage method

Shows a raster image.

public abstract void ShowImage(PointF origin, SizeF size, byte[] imageData)
ParameterTypeDescription
originPointFThe bottom-left corner of the shown image.
sizeSizeFThe size of the shown image.
imageDataByte[]The image data.

See Also