IScene3DExporter.GetBitmap

Fore Syntax

GetBitmap: IGxBitmap;

Fore.NET Syntax

GetBitmap: Prognoz.Platform.Interop.Drawing.GxBitmap;

Description

The GetBitmap method returns the graphic image of the 3D scene.

Fore and Fore.NET Examples

The method use is given in the example for IScene3DExporter.PixelHeight.

See also:

IScene3DExporter