Renders all v-object in the workspace into a raster image with the specified resolution and color space.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Function RenderWorkspace ( _ dpi As Single, _ colorSpace As ColorSpace _ ) As Bitmap
public Bitmap RenderWorkspace( float dpi, ColorSpace colorSpace )
Type: System.Single
The resolution in DPI of the result image.The Bitmap containing the result image.