Mathematica 9 is now available

RasterArray

Usage

RasterArray[{{ ,  , ... }, ... }] is a two-dimensional graphics primitive which represents a rectangular array of cells colored according to the graphics directives  .


Notes

• Each of the  must be GrayLevel, RGBColor or Hue.
• If array has dimensions {m, n}, then RasterArray[array] is assumed to occupy the rectangle Rectangle[{0, 0}, {m, n}].
RasterArray[array, {{ ,  }, { ,  }}] specifies that the raster should be taken instead to fill the rectangle Rectangle[{ ,  }, { ,  }].
Scaled and Offset can be used to specify the coordinates for the rectangle.
• See also: Raster, GraphicsArray.
• New in Version 2.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.