Click or drag to resize

InteropViewCaptureFromPointer Method

Create a ViewCaptureSettings class from a native const CRhinoPrintInfo* The pointer values are copied

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static ViewCaptureSettings ViewCaptureFromPointer(
	IntPtr ptrViewCapture
)

Parameters

ptrViewCapture
Type: SystemIntPtr

[Missing <param name="ptrViewCapture"/> documentation for "M:Rhino.Runtime.Interop.ViewCaptureFromPointer(System.IntPtr)"]

Return Value

Type: ViewCaptureSettings

[Missing <returns> documentation for "M:Rhino.Runtime.Interop.ViewCaptureFromPointer(System.IntPtr)"]

See Also