The Unit type exposes the following members.

Constructors

  NameDescription
Unit
Initializes a new instance of the Unit class.

Methods

  NameDescription
Convert
Converts a value from one specified measure unit to another.
Equals
Overridden. See Equals(Object).
(Overrides ValueType..::.Equals(Object).)
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.)
FromName
Creates unit from name.
GetHashCode
Overridden. See GetHashCode()()().
(Overrides ValueType..::.GetHashCode()()().)
GetStandardUnits
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Overridden. See ToString()()().
(Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
Equality
Inequality

Fields

  NameDescription
StandardGraphicsUnit
Graphics unit used as the basis.

Properties

  NameDescription
Centimeter
Predefined the measure unit equal to a centimeter.
Inch
Predefined the measure unit equal to an inch.
InternalUnit
Predefined the measure unit that is used for internal representation of sizes within the objects of the report generator.
K
Gets ratio of the measure unit to the internal unit.
Millimeter
Predefined the measure unit equal to a millimeter.
Name
Gets the name of a measure unit.
Pixel
Predefined the measure unit equal to an pixel.
Point
Predefined the measure unit equal to an point.
ShortName
Gets the short name of measure unit.
Twip
Predefined the measure unit equal to an twip.

See Also