C# 클래스 NPlot.RectangleBrushes.Solid

A solid brush
상속: IRectangleBrush
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
Get ( Rectangle rectangle ) : Brush

Gets a brush according to the supplied rectangle.

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

Solid() 공개 메소드

Constructor
public Solid ( Color c ) : System
c Color brush color
리턴 System