C# Class NPlot.RectangleBrushes.Solid

A solid brush
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.

Solid ( Color c ) : 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

Solid() public méthode

Constructor
public Solid ( Color c ) : System
c Color brush color
Résultat System