| 包 | mx.graphics | 
| 接口 | public interface IFill | 
| 实现器 | BitmapFill, LinearGradient, RadialGradient, SolidColor | 
另请参见
| begin | () | 方法 | 
 public function begin(target:Graphics, rc:Rectangle):void开始填充。
参数
| target:Graphics— 要填充的目标 Graphics 对象。 | |
| rc:Rectangle— 
              定义target内填充大小的 Rectangle 对象。如果 Rectangle 的尺寸大于target的尺寸,则将剪裁填充。如果 Rectangle 的尺寸小于target的尺寸,则将扩展填充以填充整个target。 | 
| end | () | 方法 |