Table of Contents

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 SvgElement

The elements that contains the length

propertyName string
direction SvgLengthDirection

The direction of the length, 0=x-axis, 1=y-axis, 2=no special axis

defaultValue string

String 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 SvgElement
propertyName string
direction SvgLengthDirection
strValue string
defaultValue string

SvgAnimatedLength(ISvgLength, ISvgLength)

public SvgAnimatedLength(ISvgLength baseVal, ISvgLength animVal)

Parameters

baseVal ISvgLength
animVal ISvgLength