IVZBaseDataVisualizer.GetBitmap

Syntax

GetBitmap(Width: Integer; Height: Integer; Dpi: Double): IGxBitmap;

Parameters

Width. Number of pixels horizontally.

Height. Number of pixels vertically.

Dpi. Resolution (pixels per inch).

Description

The GetBitmap method gets bitmap of visualizer.

Comments

To render visualizer to a graphic object, use IVZBaseDataVisualizer.Draw.

Example

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

See also:

IVZBaseDataVisualizer