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

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

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

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

Gets a brush according to the supplied rectangle.

Vertical ( 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

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

Constructor
public Vertical ( Color c1, Color c2 ) : System
c1 Color top color [or bottom?]
c2 Color bottom color [or top?]
Результат System