C# 클래스 ScoobyRom.Plot3D

파일 보기 프로젝트 열기: SubaruDieselCrew/ScoobyRom 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( IPlotSurface2D plotSurface2D, Subaru.Tables.Table3D table ) : void

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

메소드 상세

Draw() 공개 정적인 메소드

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 ///
리턴 void