Class Dimension
Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML.dll (25.4.0)
Provides the base class for dimensions. The general term ‘dimension’ refers to a number with a unit attached to it, and are denoted by Aspose.Html.Drawing.UnitType.
[ComVisible(true)]
public abstract class Dimension : Numeric, IEquatable<unit>
Inheritance
object ← Unit ← Numeric ← Dimension
Derived
Angle, Frequency, Length, Resolution, Time
Implements
Inherited Members
Numeric.GetValue(), Numeric.CompareTo(Numeric), Numeric.Equals(Unit), Numeric.GetHashCode(), Numeric.ToString(), Numeric.GetValue(UnitType), Numeric.OnConvert(double, UnitType, UnitType), Unit.Equals(Unit), Unit.Equals(object), Unit.GetHashCode(), Unit.ToString(), Unit.FromCentimeters(double), Unit.FromMillimeters(double), Unit.FromQuarterMillimeters(double), Unit.FromInches(double), Unit.FromPicas(double), Unit.FromPoints(double), Unit.FromPixels(double), Unit.FromDegrees(double), Unit.FromGradians(double), Unit.FromRadians(double), Unit.FromTurns(double), Unit.FromSeconds(double), Unit.FromMilliseconds(double), Unit.FromHertz(double), Unit.FromKiloHertz(double), Unit.FromDotsPerInch(double), Unit.FromDotsPerCentimeters(double), Unit.FromDotsPerPixel(double), Unit.UnitType, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methods
ToString()
Returns a System.String that represents this instance.
public override string ToString()
Returns
A System.String that represents this instance.
See Also
Unit </unit>