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.
BOOLCreateHalftonePalette(CDC*pDC);
Return Value
Nonzero if the function is successful; otherwise 0.
Parameters
pDC
Identifies the device context.
Remarks
Creates a halftone palette for the device context. An application should create a halftone palette when the stretching mode of a device context is set to HALFTONE. The logical halftone palette returned by the member function should then be selected and realized into the device context before the CDC::StretchBlt or function is called.
See the Win32 SDK Programmer’s Reference for more information about CreateHalftonePalette and StretchDIBits.
CPalette Overview | Class Members | Hierarchy Chart
See Also CDC::RealizePalette, CDC::SelectPalette, CDC::SetStretchBltMode, ,