C# 클래스 com.codename1.impl.FillRadialGradientPainter

상속: com.codename1.impl.AsyncOp
파일 보기 프로젝트 열기: Pmovil/CN1WindowsPort

공개 메소드들

메소드 설명
FillRadialGradientPainter ( global clip, int startColor, int endColor, int x, int y, int width, int height )
execute ( WindowsGraphics underlying ) : void

메소드 상세

FillRadialGradientPainter() 공개 메소드

public FillRadialGradientPainter ( global clip, int startColor, int endColor, int x, int y, int width, int height )
clip global
startColor int
endColor int
x int
y int
width int
height int

execute() 공개 메소드

public execute ( WindowsGraphics underlying ) : void
underlying WindowsGraphics
리턴 void