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