This documentation is for the old version. Go to the latest Graphics Mill docs

IVObjectHost.RenderWorkspace Method

Renders all v-object in the workspace into a raster image with the specified resolution.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Function RenderWorkspace ( _
	renderingResolution As Single _
) As Bitmap
C#
                Bitmap RenderWorkspace(
	float renderingResolution
)

Parameters

renderingResolution

Type: System.Single

The desired resolution in DPI.

Return Value

Bitmap containing the result image.

See Also

Reference