Draw(Graphics: IGxGraphics;
RectF: IGxRectF;
Dpi: Double;
BlackAndWhite: Boolean);
Draw(Graphics: Prognoz.Platform.Interop.Drawing.GxGraphics;
RectF: Prognoz.Platform.Interop.Drawing.GxRectF;
Dpi: double;
BlackAndWhite: boolean);
Graphics. Graphic object.
RectF. Rectangular area of graphic object.
Dpi. Resolution (pixels per inch).
BlackAndWhite. Determines whether image is black and white.
The Draw method renders visualizer to a graphic object.
To get a bitmap of visualizer, use IVZBaseDataVisualizer.GetBitmap.
The method use is given in the example for IVZBaseDataVisualizer.Background.
See also: