GetBitmap: IGxBitmap;
GetBitmap: Prognoz.Platform.Interop.Drawing.IGxBitmap;
The GetBitmap method returns graphical image of a workspace.
Executing the example requires a form with the Button1 button, the WorkspaceBox component named WorkspaceBox1 and a data source for the WorkspaceBox1. The workspace must contain several objects.
Add links to the Andy, Drawing, Workspace system assemblies.
After executing this example, graphical image of the workspace, displayed in the WorkspaceBox1 component is loaded into the ImageBox1 component.
See also: