Click or drag to resize

ViewCaptureSettings Constructor (RhinoPageView, Double)

Constructor

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public ViewCaptureSettings(
	RhinoPageView sourcePageView,
	double dpi
)

Parameters

sourcePageView
Type: Rhino.DisplayRhinoPageView
The Rhino page view to capture or print.
dpi
Type: SystemDouble
Capture "density" in dots per inch.
See Also