[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Light

Light Class

Represents lighting options and positioning

Inheritance
Light
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(Light.Converter))]
public sealed class Light : Item, IGraphItem, ICloneable, IGraphXmlSerializable

Constructors

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.

Properties

Name Description
DirectionalRatio

Gets os sets directional/ambient intencity ratio

IsDirty

This member overrides

Item.IsDirty
. Always false.
Source

Gets or sets light source position (direction for infinite source)

Type

Gets or sets type of the light source

Methods

Name Description
Clone()

This member overrides

Item.Clone
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.