C# Class com.codename1.impl.FillRadialGradientPainter

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

Public Methods

Method Description
FillRadialGradientPainter ( global clip, int startColor, int endColor, int x, int y, int width, int height )
execute ( WindowsGraphics underlying ) : void

Method Details

FillRadialGradientPainter() public method

public FillRadialGradientPainter ( global clip, int startColor, int endColor, int x, int y, int width, int height )
clip global
startColor int
endColor int
x int
y int
width int
height int

execute() public method

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