GetBitmap(Width: Integer; Height: Integer; Dpi: Double): IGxBitmap;
GetBitmap(Width: integer; Height: integer; Dpi: double): Prognoz.Platform.Interop.Drawing.GxBitmap;
Width. Number of pixels horizontally.
Height. Number of pixels vertically.
Dpi. Resolution (pixels per inch).
The GetBitmap method gets bitmap of visualizer.
To render visualizer to a graphic object, use IVZBaseDataVisualizer.Draw.
The method use is given in the example for IVZBaseDataVisualizer.Background.
See also: