EbsOpen Class Library for EBSILON®Professional

Charline.ImageDrawerEx Method 

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

Remarks

creates an IImage from the data of the active profile

See Also

Charline Class | EbsOpen Namespace