C# Class ScoobyRom.Plot3D

Afficher le fichier Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( IPlotSurface2D plotSurface2D, Subaru.Tables.Table3D table ) : void

Draws NPlot.ImagePlot (heatmap). Does Clear(), axis are hidden. Can be used for icons as well.

Method Details

Draw() public static méthode

Draws NPlot.ImagePlot (heatmap). Does Clear(), axis are hidden. Can be used for icons as well.
public static Draw ( IPlotSurface2D plotSurface2D, Subaru.Tables.Table3D table ) : void
plotSurface2D IPlotSurface2D /// A ///
table Subaru.Tables.Table3D /// A ///
Résultat void