IVZBaseDataVisualizer.Draw

Fore syntax

Draw(Graphics: IGxGraphics;
    RectF: IGxRectF;
    Dpi: Double;
    BlackAndWhite: Boolean);

Fore.NET syntax

Draw(Graphics: Prognoz.Platform.Interop.Drawing.GxGraphics;
    RectF: Prognoz.Platform.Interop.Drawing.GxRectF;
    Dpi: double;
    BlackAndWhite: boolean);

Parameters

Graphics. Graphic object.

RectF. Rectangular area of graphic object.

Dpi. Resolution (pixels per inch).

BlackAndWhite. Determines whether image is black and white.

Description

The Draw method renders visualizer to a graphic object.

Comments

To get a bitmap of visualizer, use IVZBaseDataVisualizer.GetBitmap.

Fore and Fore.NET examples

The method use is given in the example for IVZBaseDataVisualizer.Background.

See also:

IVZBaseDataVisualizer