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

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

공개 메소드들

메소드 설명
FillPolygonPainter ( ui clip, int p1, int p2, int color, int alpha )
execute ( WindowsGraphics underlying ) : void

메소드 상세

FillPolygonPainter() 공개 메소드

public FillPolygonPainter ( ui clip, int p1, int p2, int color, int alpha )
clip ui
p1 int
p2 int
color int
alpha int

execute() 공개 메소드

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