C# Class com.codename1.impl.FillLinearGradientPainter

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

Public Methods

Method Description
FillLinearGradientPainter ( ui clip, int startColor, int endColor, int x, int y, int width, int height, bool horizontal )
execute ( WindowsGraphics underlying ) : void

Method Details

FillLinearGradientPainter() public method

public FillLinearGradientPainter ( ui clip, int startColor, int endColor, int x, int y, int width, int height, bool horizontal )
clip ui
startColor int
endColor int
x int
y int
width int
height int
horizontal bool

execute() public method

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