RhinoView.CaptureToBitmap Method (Size)

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
)
Public Function CaptureToBitmap ( 
	size As Size
) As Bitmap

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