예제 #1
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int SetWorldTransform(HDC hdc, ref XFORM lpXform);
예제 #2
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int ModifyWorldTransform(HDC hdc, ref XFORM lpXform, int iMode);
예제 #3
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int CombineTransform(ref XFORM lpxformResult, ref XFORM lpxform1, ref XFORM lpxform2);
예제 #4
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int ExtCreateRegion(ref XFORM lpXform, int nCount, IntPtr lpRgnData);
예제 #5
0
파일: GDI.cs 프로젝트: usbhell/flurrysharp
 public static extern int ExtCreateRegion(ref XFORM lpXform, int nCount, ref RGNDATA lpRgnData);