Exemple #1
0
 public static extern int SetWindowExtEx(IntPtr hdc, int nX, int nY, ref SIZE lpSize);
Exemple #2
0
 public static extern int SetBitmapDimensionEx(IntPtr hbm, int nX, int nY, ref SIZE lpSize);
Exemple #3
0
 public static extern int SetViewportExtEx(IntPtr hdc, int nX, int nY, ref SIZE lpSize);
Exemple #4
0
 public static extern int GetWindowExtEx(IntPtr hdc, ref SIZE lpSize);
Exemple #5
0
 public static extern int ScaleWindowExtEx(IntPtr hdc, int nXnum, int nXdenom, int nYnum, int nYdenom,
     ref SIZE lpSize);
Exemple #6
0
 public static extern int GetViewportExtEx(IntPtr hdc, ref SIZE lpSize);
Exemple #7
0
 public static extern int GetTextExtentPoint32(IntPtr hdc, string lpsz, int cbString, ref SIZE lpSize);
Exemple #8
0
 public static extern int GetTextExtentExPoint(IntPtr hdc, string lpszStr, int cchString, int nMaxExtent,
     ref int lpnFit, int alpDx, ref SIZE lpSize);
Exemple #9
0
 public static extern int GetBitmapDimensionEx(IntPtr hBitmap, ref SIZE lpDimension);
Exemple #10
0
 public static extern int GetAspectRatioFilterEx(IntPtr hdc, ref SIZE lpAspectRatio);