Class SVGValueType
Namespace: Aspose.Html.Dom.Svg.DataTypes
Assembly: Aspose.HTML.dll (25.4.0)
The SVGValueType type is used to represent an base SVG value type.
[ComVisible(true)]
public abstract class SVGValueType : DOMObject, INotifyPropertyChanged, IDisposable
Inheritance
object ← DOMObject ← SVGValueType
Derived
SVGAngle , SVGAnimatedValue<t> , SVGLength , SVGListBase<t> , SVGMatrix , SVGNumber , SVGPathSeg , SVGPoint , SVGPreserveAspectRatio , SVGRect , SVGTransform
Implements
INotifyPropertyChanged , IDisposable
Inherited Members
DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
SVGValueType()
Initializes a new instance of the Aspose.Html.Dom.Svg.DataTypes.SVGValueType class.
protected SVGValueType()
Methods
Dispose()
Releases unmanaged and - optionally - managed resources.
public void Dispose()
Dispose(bool)
Releases unmanaged and - optionally - managed resources.
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
true
to release both managed and unmanaged resources; false
to release only unmanaged resources.
</t></t>