C# Class com.codename1.impl.DrawStringPainter

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

Méthodes publiques

Méthode Description
DrawStringPainter ( com.codename1.ui.geom.Rectangle clip, string str, int x, int y, Microsoft font, int color, int alpha ) : com.codename1.ui.geom
execute ( WindowsGraphics underlying ) : void

Method Details

DrawStringPainter() public méthode

public DrawStringPainter ( com.codename1.ui.geom.Rectangle clip, string str, int x, int y, Microsoft font, int color, int alpha ) : com.codename1.ui.geom
clip com.codename1.ui.geom.Rectangle
str string
x int
y int
font Microsoft
color int
alpha int
Résultat com.codename1.ui.geom

execute() public méthode

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