コード例 #1
0
ファイル: GDI.cs プロジェクト: dusdong/BaseComponent
		[DllImport("gdi32")] public static extern int SetWindowExtEx(HDC hdc, int nX, int nY, ref SIZE lpSize);
コード例 #2
0
ファイル: GDI.cs プロジェクト: dusdong/BaseComponent
		[DllImport("gdi32")] public static extern int ScaleWindowExtEx(HDC hdc, int nXnum, int nXdenom, int nYnum, int nYdenom, ref SIZE lpSize);
コード例 #3
0
ファイル: GDI.cs プロジェクト: dusdong/BaseComponent
		[DllImport("gdi32")] public static extern int SetBitmapDimensionEx(HANDLE hbm, int nX, int nY, ref SIZE lpSize);
コード例 #4
0
ファイル: GDI.cs プロジェクト: dusdong/BaseComponent
		[DllImport("gdi32")] public static extern int GetViewportExtEx(HDC hdc, ref SIZE lpSize);
コード例 #5
0
ファイル: GDI.cs プロジェクト: dusdong/BaseComponent
		[DllImport("gdi32")] public static extern int GetTextExtentPoint32(HDC hdc, string lpsz, int cbString, ref SIZE lpSize);
コード例 #6
0
ファイル: GDI.cs プロジェクト: dusdong/BaseComponent
		[DllImport("gdi32")] public static extern int GetTextExtentExPoint(HDC hdc, string lpszStr, int cchString, int nMaxExtent, ref int lpnFit, int alpDx, ref SIZE lpSize);
コード例 #7
0
ファイル: GDI.cs プロジェクト: dusdong/BaseComponent
		[DllImport("gdi32")] public static extern int GetBitmapDimensionEx(HANDLE hBitmap, ref SIZE lpDimension);
コード例 #8
0
ファイル: GDI.cs プロジェクト: dusdong/BaseComponent
		[DllImport("gdi32")] public static extern int GetAspectRatioFilterEx(HDC hdc, ref SIZE lpAspectRatio);