C# Class com.codename1.impl.FillRoundRectPainter

Inheritance: com.codename1.impl.AsyncOp
Exibir arquivo Open project: Pmovil/CN1WindowsPort

Public Methods

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

Method Details

FillRoundRectPainter() public method

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

execute() public method

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