Constructor SvgAnimatedInteger
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
SvgAnimatedInteger(string)
public SvgAnimatedInteger(string str)
Parameters
strstring
SvgAnimatedInteger(long)
public SvgAnimatedInteger(long value)
Parameters
valuelong
SvgAnimatedInteger(ulong)
public SvgAnimatedInteger(ulong value)
Parameters
valueulong
SvgAnimatedInteger(double)
public SvgAnimatedInteger(double value)
Parameters
valuedouble
SvgAnimatedInteger(long, long)
public SvgAnimatedInteger(long baseVal, long animVal)