Interop.NativeNonConstPointer Method (RhinoViewport)

InteropNativeNonConstPointer Method (RhinoViewport)

Get CRhinoViewport* from a RhinoViewport instance

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static IntPtr NativeNonConstPointer(
	RhinoViewport viewport
)
Public Shared Function NativeNonConstPointer ( 
	viewport As RhinoViewport
) As IntPtr

Parameters

viewport
Type: Rhino.DisplayRhinoViewport

[Missing <param name="viewport"/> documentation for "M:Rhino.Runtime.Interop.NativeNonConstPointer(Rhino.Display.RhinoViewport)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Rhino.Runtime.Interop.NativeNonConstPointer(Rhino.Display.RhinoViewport)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also