Ejemplo n.º 1
0
 public static IGraphics FromImage(IBitmap bitmap) => new Graphics(System.Drawing.Graphics.FromImage(bitmap.Unwrap()));