The flash.geom package contains geometry classes, such as points, rectangles and transformation matrixes, to support the BitmapData class and the bitmap caching feature.



 说明
 ColorTransform 可使用 ColorTransform 类调整显示对象的颜色值。
 Matrix Matrix 类表示一个转换矩阵,它确定如何将点从一个坐标空间映射到另一个坐标空间。
 Point Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。
 Rectangle Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区域。
 Transform Transform 类收集有关应用于显示对象的颜色转换和坐标转换的数据。