[Visual Basic] Public Function ImageDrawer( _ ByVal PlotType As EpCharlinePlotType, _ ByVal WidthInPixel As Integer, _ ByVal HeightInPixel As Integer, _ Optional ByVal DrawOnlyData As Boolean = VARIANT_FALSE, _ Optional ByVal BackgroundColor As Integer = 0x00ffffff, _ Optional ByVal ScaleX As EpValueAxisScaleType = epValueAxisScaleTypeAutomatic, _ Optional ByVal MinXInSIUnit As Double = 0, _ Optional ByVal MaxXInSIUnit As Double = 0, _ Optional ByVal UnitX As EpUnit = epUNITACCESS_ACTUAL, _ Optional ByVal ScaleY As EpValueAxisScaleType = epValueAxisScaleTypeAutomatic, _ Optional ByVal MinYInSIUnit As Double = 0, _ Optional ByVal MaxYInSIUnit As Double = 0, _ Optional ByVal UnitY As EpUnit = epUNITACCESS_ACTUAL _ ) As Image [C#] public Image ImageDrawer( EpCharlinePlotType PlotType, int WidthInPixel, int HeightInPixel, bool DrawOnlyData, int BackgroundColor, EpValueAxisScaleType ScaleX, double MinXInSIUnit, double MaxXInSIUnit, EpUnit UnitX, EpValueAxisScaleType ScaleY, double MinYInSIUnit, double MaxYInSIUnit, EpUnit UnitY ); [C++] public: Image* ImageDrawer( EpCharlinePlotType PlotType, int WidthInPixel, int HeightInPixel, bool DrawOnlyData, int BackgroundColor, EpValueAxisScaleType ScaleX, double MinXInSIUnit, double MaxXInSIUnit, EpUnit UnitX, EpValueAxisScaleType ScaleY, double MinYInSIUnit, double MaxYInSIUnit, EpUnit UnitY ); [JScript] public function ImageDrawer( EpCharlinePlotType PlotType, int WidthInPixel, int HeightInPixel, bool DrawOnlyData, int BackgroundColor, EpValueAxisScaleType ScaleX, double MinXInSIUnit, double MaxXInSIUnit, EpUnit UnitX, EpValueAxisScaleType ScaleY, double MinYInSIUnit, double MaxYInSIUnit, EpUnit UnitY ): Image;
creates an IImage from the data of the active profile
Charline Class | EbsOpen Namespace