RenderContentCollection Constructor (IntPtr)

RenderContentCollection Constructor (IntPtr)

Initializes a new instance of the RenderContentCollection class

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public RenderContentCollection(
	IntPtr nativePtr
)
Public Sub New ( 
	nativePtr As IntPtr
)

Parameters

nativePtr
Type: SystemIntPtr

[Missing <param name="nativePtr"/> documentation for "M:Rhino.Render.RenderContentCollection.#ctor(System.IntPtr)"]

See Also