home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l408 / 2.img / EXAMPLES.EXE / EXAMPLES / BITBLT / BITBLT.FRM (.txt) next >
Encoding:
Visual Basic Form  |  1991-04-10  |  7.4 KB  |  127 lines

  1. BitBltForm
  2. BitBlt Example
  3. System
  4. Form1
  5. Label1
  6. PThis application demonstrates the use of the BitBLT service provided by Windows.
  7. System
  8. Label4
  9. KClick on various pushbuttons to see how each type of BitBlt function works.
  10. System
  11. Label3
  12. [Test Bitmap is copied to Destination Bitmap, then Source Bitmap is BitBlt'd to Destination.
  13. System
  14. Button
  15.     Blackness
  16. System
  17. Button
  18.     DstInvert
  19. System
  20. Button
  21.     MergeCopy
  22. System
  23. Button
  24. MergePaint
  25. System
  26. Button
  27. NotSrCCopy
  28. System
  29. Button
  30. NotSrcErase
  31. System
  32. Button
  33. PatCopy
  34. System
  35. Button
  36.     PatInvert
  37. System
  38. Button
  39. PatPaint
  40. System
  41. Button
  42. SrcAnd
  43. System
  44. Button
  45. SrcCopy
  46. System
  47. Button
  48. SrcErase
  49. System
  50. Button
  51.     SrcInvert
  52. System
  53. Button
  54. SrcPaint
  55. System
  56. Button
  57.     Whiteness
  58. System
  59. Label2
  60. Source Bitmap
  61. System
  62. Label2
  63. Destination Bitmap
  64. System
  65. Label2
  66. Test Bitmap
  67. System
  68.     SourceBmp
  69. System
  70. DestBmp
  71. System
  72. TestBmp
  73. System
  74. MenuFile
  75. MenuExit
  76. Label1;
  77. Picture1
  78. Label2
  79. DestBmp
  80.     SourceBmp
  81. Command1
  82. Button
  83. Form_Click
  84. Form1
  85. Button_Click
  86. Index
  87. CopyMode
  88.     BLACKNESS
  89.     DSTINVERT
  90.     MERGECOPY,
  91. MERGEPAINTi
  92. NOTSRCCOPYt
  93. NOTSRCERASE
  94. PATCOPYS
  95.     PATINVERT_
  96. PATPAINT
  97. SRCAND
  98. SRCCOPY
  99. SRCERASE
  100.     SRCINVERT
  101. SRCPAINT
  102.     WHITENESS
  103. SafeBitmap
  104. Label3
  105. BitBlt
  106. DestDc
  107. DestX
  108. DestY
  109. ImageWidth
  110. Height
  111. SrcDcq
  112. SrcY_
  113. RasterOp
  114. TestBmpS
  115. Picture
  116. Width
  117. MenuFile
  118. MenuExit
  119. MenuExit_Click
  120. Label4
  121. DestBmp_Click
  122. BitBltForm
  123. Button_Click
  124.  First copy TestBmp to DestBmp
  125.  Then do the BitBltu
  126. MenuExit_Click
  127.