C# Class com.codename1.impl.DrawArcPainter

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

Public Methods

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

Method Details

DrawArcPainter() public method

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

execute() public method

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