Mathematica 9 is now available

Documentation / Mathematica / 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 and Offset can be used to specify the coordinates for the rectangle.

FilledSmallSquare See Section 2.10.2.

FilledSmallSquare See also: Raster, GraphicsArray.

FilledSmallSquare New in Version 2; modified in 3.

Further Examples



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.