Class Length
De naam: Aspose.Svg.Drawing Verzameling: Aspose.SVG.dll (25.5.0)
Een lengte eenheid meten.
[ComVisible(true)]
public sealed class Length : Dimension, IEquatable<unit>Inheritance
object ← Unit ← Numeric ← Dimension ← Length
Implements
Geëerbiede leden
Dimension.ToString() , Numeric.GetValue() , Numeric.CompareTo(Numeric) , Numeric.Equals(Unit) , Numeric.GetHashCode() , Numeric.ToString() , Numeric.GetValue(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.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
OnConvert(Tweeling, UnitType, UnitType)
Het wordt aangeduid wanneer de eenheid wordt omgezet naar de aangegeven type eenheid.
protected override double OnConvert(double value, UnitType fromType, UnitType toType)Parameters
value double
De waarde .
fromType UnitType
van eenheidstype.
toType UnitType
voor eenheidstype.
Returns
Operators
Operator +(Lengte, Lengte)
Invoeren van de operator +.
public static Length operator +(Length a, Length b)Parameters
a Length
De parameter A.
b Length
De parameters b.
Returns
Het resultaat van de exploitant.
Exceptions
Argumenten zijn nul
Argumenten hebben verschillende soortenofArgumenten hebben een andere resolutieof
Operator =(Lengte, Lengte)
Uitvoeren van de operator = =.
public static bool operator ==(Length a, Length b)Parameters
a Length
De parameter A.
b Length
De parameter b.
Returns
Het resultaat van de exploitant.
Operator >(Lengte, Lengte)
Uitvoeren van de operator >.
public static bool operator >(Length a, Length b)Parameters
a Length
De parameter A.
b Length
De parameter b.
Returns
Het resultaat van de exploitant.
Exceptions
Argumenten hebben verschillende soorten
Een argument is nul
Operator &Gt =(Lengte, Lengte)
Uitvoeren van de operator >=.
public static bool operator >=(Length a, Length b)Parameters
a Length
De parameter A.
b Length
De parameter b.
Returns
Het resultaat van de exploitant.
Exceptions
Argumenten hebben verschillende soorten
Een argument is nul
Operator !=(Lengte, Lengte)
Uitvoeren van de operator! =.
public static bool operator !=(Length a, Length b)Parameters
a Length
De parameter A.
b Length
De parameter b.
Returns
Het resultaat van de exploitant.
Operator <(Lengte, Lengte)
Uitvoeren van de operator <.
public static bool operator <(Length a, Length b)Parameters
a Length
De parameter A.
b Length
De parameter b.
Returns
Het resultaat van de exploitant.
Exceptions
Argumenten hebben verschillende soorten
Een argument is nul
Operator <=(Lengte, Lengte)
Uitvoeren van de operator <=.
public static bool operator <=(Length a, Length b)Parameters
a Length
De parameter A.
b Length
De parameter b.
Returns
Het resultaat van de exploitant.
Exceptions
Argumenten hebben verschillende soorten
Een argument is nul
Operator -(Lengte, Lengte)
Uitvoeren van de operator -.
public static Length operator -(Length a, Length b)Parameters
a Length
De parameter A.
b Length
De parameter b.
Returns
Het resultaat van de exploitant.
Exceptions
Argumenten zijn nul
Argumenten hebben verschillende soortenofArgumenten hebben verschillende resolutiesof