Device.ShowImage

Device.ShowImage method

Shows a raster image.

[Obsolete("This method has been deprecated starting from version 24.7 and will be hidden in version 24.10.")]
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