This page was saved using jaction on 2006-09-04 8:33:46.
Address: http://flexdocs.kr/docs/flex2/langref/mx/graphics/IFill.html
Title: mx.graphics.IFill (Flex™ 2 레퍼런스 가이드)  •  Size: 11907
Packagemx.graphics
인터페이스public interface IFill
인프리멘타BitmapFill , LinearGradient , RadialGradient , SolidColor

칠을 실행하는 클래스가 Implements할 필요가 있는 인터페이스를 정의합니다.

See also

mx.graphics.LinearGradient
mx.graphics.RadialGradient


Public Methods
 Methods정의
  begin (target:Graphics , rc:Rectangle ):void
칠을 개시합니다.
IFill
  end (target:Graphics ):void
칠을 종료합니다.
IFill
Methods의 상세
begin()Methods
public function begin(target:Graphics , rc:Rectangle ):void

칠을 개시합니다.

Parameters
target:Graphics — 칠해지고 있는 타겟 Graphics object입니다.
 
rc:Rectangle target 내의 칠의 크기를 정의하는 Rectangle object입니다. Rectangle 의 크기가 target 의 크기보다 큰 경우는, 칠은 잘라내집니다. Rectangle 의 크기가 target 의 크기보다 작은 경우는, 칠은 target 전체에 확장됩니다.
end()Methods 
public function end(target:Graphics ):void

칠을 종료합니다.

Parameters
target:Graphics — 칠해지고 있는 Graphics object입니다.






 

코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트

현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/graphics/IFill.html