C# Class NPlot.RectangleBrushes.Solid

A solid brush
Inheritance: IRectangleBrush
显示文件 Open project: mono/nplot-gtk

Public Methods

Method Description
Get ( Rectangle rectangle ) : Brush

Gets a brush according to the supplied rectangle.

Solid ( Color c ) : System

Constructor

Method Details

Get() public method

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

Solid() public method

Constructor
public Solid ( Color c ) : System
c Color brush color
return System