RealtimeDisplayMode.GetRealtimeViewport Method (IntPtr)

RealtimeDisplayModeGetRealtimeViewport Method (IntPtr)

Retrieve RealtimeDisplayMode instance that the IntPtr refers to.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static RealtimeDisplayMode GetRealtimeViewport(
	IntPtr realtimeViewport
)
Public Shared Function GetRealtimeViewport ( 
	realtimeViewport As IntPtr
) As RealtimeDisplayMode

Parameters

realtimeViewport
Type: SystemIntPtr
IntPtr of the instance searched for. If the instance doesn't exist, a new one is created.

Return Value

Type: RealtimeDisplayMode

[Missing <returns> documentation for "M:Rhino.Render.RealtimeDisplayMode.GetRealtimeViewport(System.IntPtr)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also