예제 #1
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int SetViewportExtEx(HDC hdc, int nX, int nY, ref SIZE lpSize);
예제 #2
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int SetWindowExtEx(HDC hdc, int nX, int nY, ref SIZE lpSize);
예제 #3
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int ScaleWindowExtEx(HDC hdc, int nXnum, int nXdenom, int nYnum, int nYdenom, ref SIZE lpSize);
예제 #4
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int SetBitmapDimensionEx(HANDLE hbm, int nX, int nY, ref SIZE lpSize);
예제 #5
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int GetViewportExtEx(HDC hdc, ref SIZE lpSize);
예제 #6
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int GetWindowExtEx(HDC hdc, ref SIZE lpSize);
예제 #7
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern bool GetTextExtentPoint32(HDC hdc, string lpsz, int cbString, ref SIZE lpSize);
예제 #8
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int GetTextExtentPoint(HDC hdc, string lpszString, int cbString, ref SIZE lpSize);
예제 #9
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int GetTextExtentExPoint(HDC hdc, string lpszStr, int cchString, int nMaxExtent, ref int lpnFit, int alpDx, ref SIZE lpSize);
예제 #10
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int GetBitmapDimensionEx(HANDLE hBitmap, ref SIZE lpDimension);
예제 #11
0
파일: GDI.cs 프로젝트: jihadbird/firespider
 public static extern int GetAspectRatioFilterEx(HDC hdc, ref SIZE lpAspectRatio);