C# Class ScoobyRom.PlotIcon2D

Creates NPlot 2D graphs without any annotation, useful for icons. Methods are not thread safe!
Inheritance: PlotIconBase
Show file Open project: SubaruDieselCrew/ScoobyRom

Public Methods

Method Description
CreateIcon ( Tables table ) : Gdk.Pixbuf
PlotIcon2D ( int width, int height ) : Florence

Protected Methods

Method Description
Init ( ) : void

Method Details

CreateIcon() public method

public CreateIcon ( Tables table ) : Gdk.Pixbuf
table Tables
return Gdk.Pixbuf

Init() protected method

protected Init ( ) : void
return void

PlotIcon2D() public method

public PlotIcon2D ( int width, int height ) : Florence
width int
height int
return Florence