home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
appwiz
/
customwz
/
paint.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-05
|
314 b
|
9 lines
// paint.h: declare helper functions used when drawing bitmaps on the dialogs
//
// Copyright (c) 1985-1998, Microsoft Corporation. All rights reserved.
//
void PaintBackground(CPaintDC* pdc, CDialog* pDlg);
void PaintBitmap(UINT nBmp, int x, int y, int nWidth, int nHeight,
CPaintDC* pdc, CDC* pdcMem);