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
ownerElementSvgElementThe elements that contains the length
propertyNamestringdirectionSvgLengthDirectionThe direction of the length, 0=x-axis, 1=y-axis, 2=no special axis
defaultValuestringString to parse for the value
SvgAnimatedLength(SvgElement, string, SvgLengthDirection, string, string)
public SvgAnimatedLength(SvgElement ownerElement, string propertyName, SvgLengthDirection direction, string strValue, string defaultValue)
Parameters
ownerElementSvgElementpropertyNamestringdirectionSvgLengthDirectionstrValuestringdefaultValuestring
SvgAnimatedLength(ISvgLength, ISvgLength)
public SvgAnimatedLength(ISvgLength baseVal, ISvgLength animVal)
Parameters
baseValISvgLengthanimValISvgLength