Table of Contents

Class SvgPointLight

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

Properties

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