[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PositionalLight

PositionalLight Class

Represents a positional light source.

Inheritance
PositionalLight
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class PositionalLight : Light, IXmlSerializable, ICloneable
Public Class PositionalLight
    Inherits Light
    Implements IXmlSerializable, ICloneable

Constructors

Name Description
PositionalLight()

Creates a new light.

PositionalLight(PositionalLight)

Creates a new light that is a copy of the specified light.

Properties

Name Description
PositionX

Gets or sets the x coordinate of the position of the light.

PositionY

Gets or sets the y coordinate of the position of the light.

PositionZ

Gets or sets the x coordinate of the position of the light.

Methods

Name Description
Clone()

Creates a copy of this light.

GetSchema()

This method is reserved and should not be used.

ReadXml(XmlReader)

Generates an object from its XML representation.

WriteXml(XmlWriter)

Writes the XML.