RhinoCommon API
InstanceDefinitionCreatePreviewBitmap Method (DefinedViewportProjection, Size, Boolean) |
Creates a wireframe preview bitmap of the instance definition.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0
public Bitmap CreatePreviewBitmap( DefinedViewportProjection definedViewportProjection, Size bitmapSize, bool applyDpiScaling )
Public Function CreatePreviewBitmap ( definedViewportProjection As DefinedViewportProjection, bitmapSize As Size, applyDpiScaling As Boolean ) As Bitmap
Parameters
- definedViewportProjection
- Type: Rhino.DisplayDefinedViewportProjection
The view projection. - bitmapSize
- Type: System.DrawingSize
The bitmap size in pixels. - applyDpiScaling
- Type: SystemBoolean
Specify true to apply DPI scaling (Windows-only).
Return Value
Type: BitmapThe preview bitmap if successful, null otherwise.