Interop.ViewCaptureFromPointer Method

InteropViewCaptureFromPointer Method

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static ViewCaptureSettings ViewCaptureFromPointer(
	IntPtr ptrViewCapture
)
Public Shared Function ViewCaptureFromPointer ( 
	ptrViewCapture As IntPtr
) As ViewCaptureSettings

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)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also