Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the color of a pixel at a given location in the bitmap.
void SetPixel(
int x,
int y,
COLORREF color
) throw( );
Parameters
x
The horizontal location of the pixel to set.y
The vertical location of the pixel to set.color
The color to which you set the pixel.
Remarks
This method fails if the pixel coordinates lie outside of the selected clipping region.
Requirements
Header: atlimage.h