RasterArray
Usage
• RasterArray[{{ , , ... }, ... }] is a two-dimensional graphics primitive which represents a rectangular array of cells colored according to the graphics directives .
Notes
• If array has dimensions {m, n}, then RasterArray[array] is assumed to occupy the rectangle Rectangle[{0, 0}, {m, n}]. • Scaled and Offset can be used to specify the coordinates for the rectangle. • New in Version 2.
|