home *** CD-ROM | disk | FTP | other *** search
- BitBltForm
- BitBlt Example
- System
- Form1
- Label1
- PThis application demonstrates the use of the BitBLT service provided by Windows.
- System
- Label4
- KClick on various pushbuttons to see how each type of BitBlt function works.
- System
- Label3
- [Test Bitmap is copied to Destination Bitmap, then Source Bitmap is BitBlt'd to Destination.
- System
- Button
- Blackness
- System
- Button
- DstInvert
- System
- Button
- MergeCopy
- System
- Button
- MergePaint
- System
- Button
- NotSrCCopy
- System
- Button
- NotSrcErase
- System
- Button
- PatCopy
- System
- Button
- PatInvert
- System
- Button
- PatPaint
- System
- Button
- SrcAnd
- System
- Button
- SrcCopy
- System
- Button
- SrcErase
- System
- Button
- SrcInvert
- System
- Button
- SrcPaint
- System
- Button
- Whiteness
- System
- Label2
- Source Bitmap
- System
- Label2
- Destination Bitmap
- System
- Label2
- Test Bitmap
- System
- SourceBmp
- System
- DestBmp
- System
- TestBmp
- System
- MenuFile
- MenuExit
- Label1;
- Picture1
- Label2
- DestBmp
- SourceBmp
- Command1
- Button
- Form_Click
- Form1
- Button_Click
- Index
- CopyMode
- BLACKNESS
- DSTINVERT
- MERGECOPY,
- MERGEPAINTi
- NOTSRCCOPYt
- NOTSRCERASE
- PATCOPYS
- PATINVERT_
- PATPAINT
- SRCAND
- SRCCOPY
- SRCERASE
- SRCINVERT
- SRCPAINT
- WHITENESS
- SafeBitmap
- Label3
- BitBlt
- DestDc
- DestX
- DestY
- ImageWidth
- Height
- SrcDcq
- SrcY_
- RasterOp
- TestBmpS
- Picture
- Width
- MenuFile
- MenuExit
- MenuExit_Click
- Label4
- DestBmp_Click
- BitBltForm
- Button_Click
- First copy TestBmp to DestBmp
- Then do the BitBltu
- MenuExit_Click
-