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