Click or drag to resize

RealtimeDisplayModeGetRealtimeViewport Method (IntPtr)

Retrieve RealtimeDisplayMode instance that the IntPtr refers to.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static RealtimeDisplayMode GetRealtimeViewport(
	IntPtr realtimeViewport
)

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

See Also