XpsDevice.ShowImage

XpsDevice.ShowImage method

Shows a raster image.

public override 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