Constructor SvgAnimatedLength
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
SvgAnimatedLength(SvgElement, string, SvgLengthDirection, string)
Used for attributes of basic type 'length' which can be animated.
public SvgAnimatedLength(SvgElement ownerElement, string propertyName, SvgLengthDirection direction, string defaultValue)
Parameters
ownerElement
SvgElementThe elements that contains the length
propertyName
stringdirection
SvgLengthDirectionThe direction of the length, 0=x-axis, 1=y-axis, 2=no special axis
defaultValue
stringString to parse for the value
SvgAnimatedLength(SvgElement, string, SvgLengthDirection, string, string)
public SvgAnimatedLength(SvgElement ownerElement, string propertyName, SvgLengthDirection direction, string strValue, string defaultValue)
Parameters
ownerElement
SvgElementpropertyName
stringdirection
SvgLengthDirectionstrValue
stringdefaultValue
string
SvgAnimatedLength(ISvgLength, ISvgLength)
public SvgAnimatedLength(ISvgLength baseVal, ISvgLength animVal)
Parameters
baseVal
ISvgLengthanimVal
ISvgLength