Click or drag to resize

RhinoViewCaptureToBitmap Method (Size)

Capture View contents to a bitmap.

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

Parameters

size
Type: System.DrawingSize
Size of Bitmap to capture to.

Return Value

Type: Bitmap
The bitmap of the specified part of the view.
See Also