RhinoDocExtractPreviewImage Method |
Extracts the bitmap preview image from the specified model (3DM).
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic static Bitmap ExtractPreviewImage(
string path
)
Public Shared Function ExtractPreviewImage (
path As String
) As Bitmap
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:
Bitmaptrue on success.
See Also