next up previous contents index
Next: SUBROUTINE RAMMAP2 Up: Miscellaneous Routines Previous: SUBROUTINE RMFNTSIZE

SUBROUTINE RAMMAP

 RAMMAP generates a 2 dimensional filled-area map on the  Ramtek or  REF device. Displayed  map will be clipped to display area.

CALL RAMMAP(a,dx,dy,nx,ny,ix,iy,bx,by)

a     (I): index array a(dx,dy) for area color
dx,dy (I): dimension of a array
nx,ny (I): portion of a array to display
ix,iy (I): lower-left corner of map in Ramtek coordinates
            (0 <= ix,iy < 1280)
bx,by (R): size of individual panel pixels in Ramtek-scaled coordinates
            (0 < bx,by < 1280)



David Long
Wed Jun 12 10:34:11 MDT 1996