InteropNativeNonConstPointer Method (ViewportInfo) |
Get ON_Viewport* from a ViewportInfo instance
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax public static IntPtr NativeNonConstPointer(
ViewportInfo viewport
)
Public Shared Function NativeNonConstPointer (
viewport As ViewportInfo
) As IntPtr
Parameters
- viewport
- Type: Rhino.DocObjectsViewportInfo
[Missing <param name="viewport"/> documentation for "M:Rhino.Runtime.Interop.NativeNonConstPointer(Rhino.DocObjects.ViewportInfo)"]
Return Value
Type:
IntPtr[Missing <returns> documentation for "M:Rhino.Runtime.Interop.NativeNonConstPointer(Rhino.DocObjects.ViewportInfo)"]
See Also