Click or drag to resize

RealtimeDisplayModeRemoveRealtimeViewport Method

Remove RealtimeDisplayMode instance from internal dictionary.

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

Parameters

realtimeViewport
Type: SystemIntPtr
IntPtr to the RealtimeDisplayMode instance to remove.
See Also