| 패키지 | mx.graphics | 
| 인터페이스 | public interface IFill | 
| 구현자 | BitmapFill, LinearGradient, RadialGradient, SolidColor | 
| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
관련 API 요소
공용 메서드 
| 메서드 | 정의 주체 | ||
|---|---|---|---|
	  Starts the fill.  | IFill | ||
	  Ends the fill.  | IFill | ||
메서드 세부 정보
begin | () | 메서드 | 
 public function begin(target:Graphics, targetBounds:Rectangle, targetOrigin:Point):void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Starts the fill.
매개 변수
target:Graphics — The target Graphics object that is being filled.
	 
	   | |
targetBounds:Rectangle — The Rectangle object that defines the size of the fill
	  inside the target.
	  If the dimensions of the Rectangle are larger than the dimensions
	  of the target, the fill is clipped.
	  If the dimensions of the Rectangle are smaller than the dimensions
	  of the target, the fill expands to fill the entire
	  target.
     
       | |
targetOrigin:Point — The Point that defines the origin (0,0) of the shape in the 
      coordinate system of target. 
	  
	   | 
end | () | 메서드 | 
Tue Jun 12 2018, 03:17 PM Z