NPlot.RectangleBrushes.Solid.Get C# (CSharp) Метод

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
            public Brush Get( Rectangle rectangle )
            {
                return brush_;
            }
RectangleBrushes.Solid