Name | Description | |
---|---|---|
![]() ![]() | Add | Adds two Length values and returns the result in the unit of the first length. |
![]() | CompareTo | Overloaded. Compares the current Length instance to a specified object and returns an indication of their relative values. |
![]() ![]() | Divide | Divides one Length value by another. |
![]() ![]() | DivideBy | Divides a Length value using a specified value. |
![]() | Equals | Overloaded. Determines whether the specified object is equal to the current Length. |
![]() ![]() | FromTwips | Creates a new Length from a specified value in twips. |
![]() | GetHashCode | Serves as a hash function for the Length. |
![]() ![]() | Multiply | Multiplies a specified Length value using a scale factor. |
![]() ![]() | Subtract | Subtracts one Length value from another and returns the result in the unit of the first length. |
![]() | ToCentimeters | Converts the Length value to centimeters (1cm = 567twips). |
![]() | ToInches | Converts the Length value to inches (1in = 1440twips). |
![]() | ToMillimeters | Converts the Length value to millimeters (1mm = 56.7twips). |
![]() | ToPica | Converts the Length value to picas (1pc = 240twips). |
![]() | ToPoints | Converts the existing Length twips to points (1pt = 20twips) |
![]() | ToString | Overloaded. Converts the value of this instance to its equivalent string representation. |
![]() | ToTwips | Converts the Length value to twips. |
![]() ![]() | TryParse | Attempts to parse a string as a Length value. |
![]() ![]() | TwipsToString | Converts a value in twips to a string representation in the specified unit. |