Example #1
0
 public static extern SafeHPEN CreatePen(uint iStyle, int cWidth, COLORREF color);
Example #2
0
 public static extern COLORREF GetNearestColor(HDC hdc, COLORREF color);
Example #3
0
 public static extern uint GetNearestPaletteIndex(HPALETTE hpal, COLORREF crColor);
Example #4
0
 public static extern COLORREF SetBkColor(HDC hdc, COLORREF color);