C# Class com.codename1.impl.FillRectPainter

Inheritance: com.codename1.impl.AsyncOp
Mostrar archivo Open project: Pmovil/CN1WindowsPort

Public Methods

Method Description
FillRectPainter ( com.codename1.ui.geom.Rectangle clip, int x, int y, int w, int h, int color, int alpha ) : com.codename1.ui.geom
execute ( WindowsGraphics underlying ) : void

Method Details

FillRectPainter() public method

public FillRectPainter ( com.codename1.ui.geom.Rectangle clip, int x, int y, int w, int h, int color, int alpha ) : com.codename1.ui.geom
clip com.codename1.ui.geom.Rectangle
x int
y int
w int
h int
color int
alpha int
return com.codename1.ui.geom

execute() public method

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