예제 #1
0
 public void DrawBitmap(IBitmap bitmap, int width, int height)
 => _canvas.DrawBitmap(bitmap.ToSkia(), width, height);
예제 #2
0
 public ICanvas CreateCanvas(IBitmap bitmap) => new SKCanvasWrapper(new SKCanvas(bitmap.ToSkia()));