IVZBaseDataVisualizer.GetBitmap

Fore syntax

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

Fore.NET syntax

GetBitmap(Width: integer; Height: integer; Dpi: double): Prognoz.Platform.Interop.Drawing.GxBitmap;

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.

Fore and Fore.NET examples

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

See also:

IVZBaseDataVisualizer