home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / ch_code / ch07 / image / image.bas next >
Encoding:
BASIC Source File  |  1996-03-03  |  251 b   |  9 lines

  1. Attribute VB_Name = "ImgMod"
  2. Global ImagePixels(0 To 2, 0 To 500, 0 To 500) As Integer
  3. Global X As Integer, Y As Integer
  4. Global FilterNorm As Integer, FilterBias As Integer
  5. Global CustomFilter(5, 5) As Integer
  6. Global FilterCancel As Boolean
  7.  
  8.  
  9.