EbsOpen Class Library for EBSILON®Professional

EbsMatrix.ImageDrawerEx Method 

[Visual Basic]
Public Function ImageDrawerEx( _ 
   ByVal PlotType As EpMatrixPlotType, _ 
   ByVal ImageDrawControl As ImageDrawControl _ 
) As Image
[C#]
public Image ImageDrawerEx(
   EpMatrixPlotType PlotType,
   ImageDrawControl ImageDrawControl
);
[C++]
public: Image* ImageDrawerEx(
   EpMatrixPlotType PlotType,
   ImageDrawControl* ImageDrawControl
);
[JScript]
public function ImageDrawerEx(
   EpMatrixPlotType PlotType,
   ImageDrawControl ImageDrawControl
): Image;

Remarks

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

See Also

EbsMatrix Class | EbsOpen Namespace