M_Rhino_RhinoDoc_ExtractPreviewImage - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoDoc.ExtractPreviewImage Method

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

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Bitmap ExtractPreviewImage(
	string path
)

VB

Public Shared Function ExtractPreviewImage ( 
	path As String
) As Bitmap

Parameters

 

path
Type: System.String
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.

Version Information

Supported in: 5D58w

See Also

Reference

RhinoDoc Class
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️