包 | 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 | () | 方法 |