RhinoCommon API
RhinoViewCreateWireframePreviewImage Method |
Creates a bitmap preview image of model.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool CreateWireframePreviewImage( string imagePath, Size size, bool ignoreHighlights, bool drawConstructionPlane )
Public Function CreateWireframePreviewImage ( imagePath As String, size As Size, ignoreHighlights As Boolean, drawConstructionPlane As Boolean ) As Boolean
Parameters
- imagePath
- Type: SystemString
[in] The name of the bitmap file to create. The extension of the imagePath controls the format of the bitmap file created (bmp, tga, jpg, pcx, png, tif). - size
- Type: System.DrawingSize
[in] The width and height of the bitmap in pixels. - ignoreHighlights
- Type: SystemBoolean
true if highlighted elements should be drawn normally. - drawConstructionPlane
- Type: SystemBoolean
true if the CPlane should be drawn.
Return Value
Type: Booleantrue if successful.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14