C# Class com.codename1.impl.DrawStringPainter

Inheritance: com.codename1.impl.AsyncOp
Mostra file Open project: Pmovil/CN1WindowsPort

Public Methods

Method 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 method

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
return com.codename1.ui.geom

execute() public method

public execute ( WindowsGraphics underlying ) : void
underlying WindowsGraphics
return void