home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / ch_code / ch06 / image / image.bas next >
Encoding:
BASIC Source File  |  1997-02-20  |  229 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, Y As Integer
  4. Global FilterNorm, FilterBias As Integer
  5. Global CustomFilter(5, 5) As Integer
  6. Global FilterCancel As Integer
  7.  
  8.  
  9.