[]
Represents lighting options and positioning
[TypeConverter(typeof(Light.Converter))]
public sealed class Light : Item, IGraphItem, ICloneable, IGraphXmlSerializable
| Name | Description |
|---|---|
| Light() | Initializes new instance of the LightInfo class with a default settings |
| Light(Point3d, LightType, float) | Initializes new instance of the LightInfo class |
| Light(string) | For internal use only. |
| Light(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| DirectionalRatio | Gets os sets directional/ambient intencity ratio |
| IsDirty | This member overrides . Always false.
|
| Source | Gets or sets light source position (direction for infinite source) |
| Type | Gets or sets type of the light source |
| Name | Description |
|---|---|
| Clone() | This member overrides
|
| Equals(object) | Compare the Light object to another System.Object and check if the two are equal. |
| GetHashCode() | It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table. |