Exemplo n.º 1
0
 public static extern IntPtr ImageList_LoadBitmap
 (
     IntPtr hInstance,
     string lpbmp,
     int cx,
     int cGrow,
     COLORREF crMask
 );
Exemplo n.º 2
0
 public static extern IntPtr ImageList_LoadImage
 (
     IntPtr hInstance,
     string lpbmp,
     int cx,
     int cGrow,
     COLORREF crMask,
     int uType,
     int uFlags
 );
Exemplo n.º 3
0
 public static extern bool ImageList_DrawEx
 (
     IntPtr himl,
     int i,
     IntPtr hdcDst,
     int x,
     int y,
     int dx,
     int dy,
     COLORREF rgbBk,
     COLORREF rgbFg,
     ImageListFlags fStyle
 );
Exemplo n.º 4
0
 public static extern int ImageList_AddMasked
 (
     IntPtr himl,
     IntPtr hbmImage,
     COLORREF crMask
 );
Exemplo n.º 5
0
 public static extern COLORREF ImageList_SetBkColor
 (
     IntPtr himl,
     COLORREF clrBk
 );