Click or drag to resize

RhinoViewCaptureToBitmap Method (Size, DisplayPipelineAttributes)

Capture View contents to a bitmap using display attributes to define how drawing is performed.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Bitmap CaptureToBitmap(
	Size size,
	DisplayPipelineAttributes attributes
)

Parameters

size
Type: System.DrawingSize
The width and height of the returned bitmap.
attributes
Type: Rhino.DisplayDisplayPipelineAttributes
The specific display mode attributes.

Return Value

Type: Bitmap
A new bitmap.
See Also