C# Class NPlot.RectangleBrushes.Horizontal

A brush with horizontal gradient.
Inheritance: IRectangleBrush
Afficher le fichier Open project: mono/nplot-gtk

Méthodes publiques

Méthode Description
Get ( Rectangle rectangle ) : Brush

Gets a brush according to the supplied rectangle.

Horizontal ( Color c1, Color c2 ) : System

Constructor

Method Details

Get() public méthode

Gets a brush according to the supplied rectangle.
public Get ( Rectangle rectangle ) : Brush
rectangle System.Drawing.Rectangle the rectangle used to construct the brush
Résultat System.Drawing.Brush

Horizontal() public méthode

Constructor
public Horizontal ( Color c1, Color c2 ) : System
c1 Color Color on left.
c2 Color Color on right.
Résultat System