Exemple #1
0
 public static Gdi FromHdc(IntPtr hdc, Rectangle clipRect)
 {
     Gdi gdi = new Gdi();
     gdi.InitWithHdc(hdc, clipRect, false);
     return gdi;
 }