Class SvgSpotLight
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
[SvgElement("feSpotLight")]
public class SvgSpotLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
LimitingConeAngle
Declaration
public float LimitingConeAngle { get; set; }
Property Value
|
Improve this Doc
View Source
PointsAtX
Declaration
public float PointsAtX { get; set; }
Property Value
|
Improve this Doc
View Source
PointsAtY
Declaration
public float PointsAtY { get; set; }
Property Value
|
Improve this Doc
View Source
PointsAtZ
Declaration
public float PointsAtZ { get; set; }
Property Value
|
Improve this Doc
View Source
SpecularExponent
Declaration
public float SpecularExponent { get; set; }
Property Value
|
Improve this Doc
View Source
X
Declaration
public float X { get; set; }
Property Value
|
Improve this Doc
View Source
Y
Declaration
public float Y { get; set; }
Property Value
|
Improve this Doc
View Source
Z
Declaration
public float Z { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
Implements
Extension Methods