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

Brush with vertical gradient that fades into center then out again.
Наследование: IRectangleBrush
Показать файл Открыть проект

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

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

Gets a brush according to the supplied rectangle.

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

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

Constructor
public VerticalCenterFade ( Color c1, Color c2 ) : System
c1 Color inner color
c2 Color outer color
Результат System