Click or drag to resize

RhinoDocExtractPreviewImage Method

Extracts the bitmap preview image from the specified model (3DM).

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

Parameters

path
Type: SystemString
The model (3DM) from which to extract the preview image. If null, the currently loaded model is used.

Return Value

Type: Bitmap
true on success.
See Also