Class SvgPointLight
Inheritance
SvgPointLight
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
[SvgElement("fePointLight")]
public class SvgPointLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Properties
|
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