Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Graphics and Sound /  Graphics Primitives /

RasterArray

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

FilledSmallSquare Each of the must be GrayLevel, RGBColor or Hue.
FilledSmallSquare If array has dimensions m, n, then RasterArray[array] is assumed to occupy the rectangle Rectangle[0, 0, m, n].
FilledSmallSquare RasterArray[array, xmin, ymin, xmax, ymax] specifies that the raster should be taken instead to fill the rectangle Rectangle[xmin, ymin, xmax, ymax].
FilledSmallSquare Scaled can be used to specify the coordinates for the rectangle.
FilledSmallSquare See The Mathematica Book on the web: Section 2.9.2.
FilledSmallSquare See also: Raster, GraphicsArray.