C# Class com.codename1.impl.DrawRectPainter

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

Public Methods

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

Method Details

DrawRectPainter() public method

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

execute() public method

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