SetPixel

Nasza ocena:

3
Wyświetleń: 679
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
SetPixel - strona 1

Fragment notatki:

SetPixel  The SetPixel function sets the pixel at the specified coordinates to the specified color. COLORREF SetPixel( HDC hdc , /* handle to device context */ int X , /* x-coordinate of pixel */ int Y , /* y-coordinate of pixel */ COLORREF crColor /* pixel color */ );  Parameters  hdc - Handle to the device context.  X - Specifies the x-coordinate, in logical units, of the point to be set.  Y - Specifies the y-coordinate, in logical units, of the point to be set.  crColor - Specifies the color to be used to paint the point. ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz