Class Dimension
Der Name: Aspose.Html.Drawing Sammlung: Aspose.HTML.dll (25.4.0)
Bereitzt die Basisklasse für Dimensionen.Der allgemeine Begriff “Dimension” bezieht sich auf eine Zahl mit einer Einheit, die an sie angeschlossen ist, und wird von Aspose.Html.Drawing.UnitType bezeichnet.
[ComVisible(true)]
public abstract class Dimension : Numeric, IEquatable<unit>
Inheritance
object ← Unit ← Numeric ← Dimension
Derived
Angle , Frequency , Length , Resolution , Time
Implements
Vererbte Mitglieder
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()
Wiederherstellt eine System.String, die diese Instanz darstellt.
public override string ToString()
Returns
Ein System.String, der diese Instanz vertritt.