C# Класс NPlot.RectangleBrushes.Horizontal

A brush with horizontal gradient.
Наследование: IRectangleBrush
Показать файл Открыть проект

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

Метод Описание
Get ( Rectangle rectangle ) : Brush

Gets a brush according to the supplied rectangle.

Horizontal ( Color c1, Color c2 ) : System

Constructor

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

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

Gets a brush according to the supplied rectangle.
public Get ( Rectangle rectangle ) : Brush
rectangle System.Drawing.Rectangle the rectangle used to construct the brush
Результат System.Drawing.Brush

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

Constructor
public Horizontal ( Color c1, Color c2 ) : System
c1 Color Color on left.
c2 Color Color on right.
Результат System