RasterArray
Usage
• RasterArray[  , , ... , ... ]是一个二维图形原型,用来表示一个根据图形指令  填色的单元矩形阵列
Notes
• 每个  必须是 GrayLevel, RGBColor 或 Hue. •如果 array 的维数为 m, n , 则假定 RasterArray[array] 要填充矩形 Rectangle[ 0, 0 , m, n ]. • RasterArray[array,  xmin, ymin , xmax, ymax ] specifies that the raster should be taken instead to fill the rectangle Rectangle[ xmin, ymin , xmax, ymax ].
RasterArray[array,  xmin, ymin , xmax, ymax ] 指定用光栅填充矩形 Rectangle[ xmin, ymin , xmax, ymax ]. • 可以使用Scaled 和 Offset来指定矩形的坐标轴.
Further Examples
This displays the values of a colored 9 x 9 raster in an array. Evaluate the cell to see the graphic.
In[1]:=
|
|