i have use the code below to represent each pixel of picture with it's value of latitude and longitude.

Code:
private sub form_load()
     with picture 1
          .autoredraw=true
          . scaleleft = 101.46667
          . scalewidth=99.7-101.46667
          .scaletop=2.85667
          .scaleheight=4.01666-2.85667
    end with
end sub
i want to make array data according to the pixel. how to do it?