Click or drag to resize

RhinoDocExtractPreviewImage Method

Extracts the bitmap preview image from the specified .3dm file.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Bitmap ExtractPreviewImage(
	string path
)

Parameters

path
Type: SystemString
The .3dm file from which to extract the preview image. If null, the path to the active document is used.

Return Value

Type: Bitmap
The preview bitmap if successful, null otherwise.
See Also