C# Class com.codename1.impl.FillRadialGradientPainter

Inheritance: com.codename1.impl.AsyncOp
Afficher le fichier Open project: Pmovil/CN1WindowsPort

Méthodes publiques

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

Method Details

FillRadialGradientPainter() public méthode

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 méthode

public execute ( WindowsGraphics underlying ) : void
underlying WindowsGraphics
Résultat void