EbsOpen Class Library for EBSILON®Professional

Comp159.ImageDrawerEx Method 

[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;

Remarks

creates an IImage of the heat-map from the data of the active profile

See Also

Comp159 Class | EbsOpen Namespace