Table of Contents

Class SvgSpotLight

Namespace
Svg.FilterEffects
Assembly
Svg.dll
[SvgElement("feSpotLight")]
public class SvgSpotLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Inheritance
SvgSpotLight
Implements
Inherited Members
Extension Methods

Properties

LimitingConeAngle

public float LimitingConeAngle { get; set; }

Property Value

float

PointsAtX

public float PointsAtX { get; set; }

Property Value

float

PointsAtY

public float PointsAtY { get; set; }

Property Value

float

PointsAtZ

public float PointsAtZ { get; set; }

Property Value

float

SpecularExponent

public float SpecularExponent { get; set; }

Property Value

float

X

public float X { get; set; }

Property Value

float

Y

public float Y { get; set; }

Property Value

float

Z

public float Z { get; set; }

Property Value

float

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement