Interface IImageDrawingContext
Defines methods for drawing image-like content onto the canvas, such as bitmaps, video frames, or decoded image buffers.
Mirrors the image drawing APIs from the HTML5 Canvas 2D context. https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/drawImage
public interface IImageDrawingContext