Unit Methods

(see also Protected Methods )
  Name Description
Public method Equals Overloaded. Overridden. Determines whether the specified object equals this Unit.
Public method GetHashCode Overridden. Returns a hash code for this Unit.
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static op_Equality Compares two Unit objects to determine whether they are equal.
Public method Static op_Implicit Implicitly creates a Unit of type Pixel from the specified 32-bit unsigned integer.
Public method Static op_Inequality Compares two Unit objects to determine whether they are not equal.
Public method Static Parse Overloaded. Converts a string to a Unit.
Public method Static Percentage Creates a Unit of type Percentage from the specified double-precision floating-point number.
Public method Static Pixel Creates a Unit of type Pixel from the specified 32-bit signed integer.
Public method Static Point Creates a Unit of type Point from the specified 32-bit signed integer.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString Overloaded. Overridden. Converts a Unit to a string equivalent.
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

Community Additions

ADD
Show: