IVZBaseDataVisualizer.Draw

Syntax

Draw(Graphics: IGxGraphics;
    RectF: IGxRectF;
    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.

Example

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

See also:

IVZBaseDataVisualizer