C# Class com.codename1.impl.FillPolygonPainter

Inheritance: com.codename1.impl.AsyncOp
Afficher le fichier Open project: Pmovil/CN1WindowsPort

Méthodes publiques

Méthode Description
FillPolygonPainter ( ui clip, int p1, int p2, int color, int alpha )
execute ( WindowsGraphics underlying ) : void

Method Details

FillPolygonPainter() public méthode

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

execute() public méthode

public execute ( WindowsGraphics underlying ) : void
underlying WindowsGraphics
Résultat void