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
)
Public Shared Function ExtractPreviewImage (
path As String
) As Bitmap
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:
BitmapThe preview bitmap if successful, null otherwise.
See Also