Example #1
0
File: Graphics.cs Project: M1C/Eto
 public Graphics(Generator g, Bitmap image)
     : base(g, typeof(IGraphics))
 {
     inner = (IGraphics)Handler;
     inner.CreateFromImage (image);
 }