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