예제 #1
0
 private Bitmap(System.Drawing.Internal.Bitmap bmp)
 {
     base.data = new Graphics(bmp, IntPtr.Zero);
 }
예제 #2
0
 private Bitmap(Internal.Bitmap bmp) => this.data  = new Graphics(bmp, IntPtr.Zero);