[Visual Basic] Public Function ImageDrawerEx( _ ByVal PlotType As EpCompressorMapPlotType, _ ByVal MatrixDescription As String, _ ByVal ImageDrawControl As ImageDrawControl _ ) As Image [C#] public Image ImageDrawerEx( EpCompressorMapPlotType PlotType, string MatrixDescription, ImageDrawControl ImageDrawControl ); [C++] public: Image* ImageDrawerEx( EpCompressorMapPlotType PlotType, String* MatrixDescription, ImageDrawControl* ImageDrawControl ); [JScript] public function ImageDrawerEx( EpCompressorMapPlotType PlotType, String MatrixDescription, ImageDrawControl ImageDrawControl ): Image;
creates an IImage of the heat-map from the data of the active profile
Comp164 Class | EbsOpen Namespace