C# 클래스 NPlot.RectangleBrushes.Horizontal

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

공개 메소드들

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

Gets a brush according to the supplied rectangle.

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

Horizontal() 공개 메소드

Constructor
public Horizontal ( Color c1, Color c2 ) : System
c1 Color Color on left.
c2 Color Color on right.
리턴 System