C# Класс com.codename1.impl.FillLinearGradientPainter

Наследование: com.codename1.impl.AsyncOp
Показать файл Открыть проект

Открытые методы

Метод Описание
FillLinearGradientPainter ( ui clip, int startColor, int endColor, int x, int y, int width, int height, bool horizontal )
execute ( WindowsGraphics underlying ) : void

Описание методов

FillLinearGradientPainter() публичный Метод

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 execute ( WindowsGraphics underlying ) : void
underlying WindowsGraphics
Результат void