ViewCaptureSettings Constructor (RhinoPageView, Double)

ViewCaptureSettings Constructor (RhinoPageView, Double)

Initializes a new instance of the ViewCaptureSettings class

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ViewCaptureSettings(
	RhinoPageView sourcePageView,
	double dpi
)
Public Sub New ( 
	sourcePageView As RhinoPageView,
	dpi As Double
)

Parameters

sourcePageView
Type: Rhino.DisplayRhinoPageView

[Missing <param name="sourcePageView"/> documentation for "M:Rhino.Display.ViewCaptureSettings.#ctor(Rhino.Display.RhinoPageView,System.Double)"]

dpi
Type: SystemDouble

[Missing <param name="dpi"/> documentation for "M:Rhino.Display.ViewCaptureSettings.#ctor(Rhino.Display.RhinoPageView,System.Double)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also