This interface defines a list of SvgLength objects
상속: SvgList, ISvgLengthList
 public SvgLengthListEnumerator(SvgLengthList list)
     : base(list)
 {
 }
예제 #2
0
 public SvgAnimatedLengthList(string propertyName, string str, SvgElement ownerElement, SvgLengthDirection direction)
 {
     baseVal = new SvgLengthList(propertyName, str, ownerElement, direction);
     animVal = baseVal;
 }
 public SvgAnimatedLengthList(string propertyName, string str, SvgElement ownerElement, SvgLengthDirection direction)
 {
     baseVal = new SvgLengthList(propertyName, str, ownerElement, direction);
     animVal = baseVal;
 }