Click or drag to resize

LightArray Class

[Missing <summary> documentation for "T:Rhino.Render.LightArray"]

Inheritance Hierarchy
SystemObject
  Rhino.RenderLightArray

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class LightArray : IDisposable

The LightArray type exposes the following members.

Constructors
  NameDescription
Public methodLightArray
Initializes a new instance of the LightArray class
Public methodLightArray(IntPtr)
Initializes a new instance of the LightArray class
Top
Properties
  NameDescription
Public propertyCppPointer
Top
Methods
  NameDescription
Public methodAppend
Public methodCount
Public methodDispose
Releases all resources used by the LightArray
Public methodElementAt
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also