Leadtools.Annotations Namespace : AnnLength Structure |
The following tables list the members exposed by AnnLength.
Name | Description | |
---|---|---|
AnnLength Constructor | Overloaded. |
Name | Description | |
---|---|---|
Empty | Represents a new instance of the AnnLength structure with member data left uninitialized. |
Name | Description | |
---|---|---|
IsEmpty | Gets a value indicating whether this AnnLength structure is empty. | |
Unit | Gets or sets a value that represents the unit of measure for this AnnLength. | |
Value | Gets or sets the value of this AnnLength. |
Name | Description | |
---|---|---|
Add | Adds the length of one AnnLength structure to another AnnLength structure. | |
Convert | Converts this AnnLength structure to the specified unit of measure. | |
Converted | Returns the value of this AnnLength structure converted to one using the specified AnnUnit unit of measure. | |
Equals | Specifies whether this AnnLength contains the same coordinates as the specified Object. | |
GetHashCode | Returns a hash code for this AnnLength structure. For information about this method, see System.Object.GetHashCode. | |
Subtract | Subtracts the length of one AnnLength structure from the length of another AnnLength structure. | |
ToString | Overridden. Converts this AnnLength to a human-readable string. |
Addition | Adds the length of one AnnLength structure to another AnnLength structure. |
Equality | Tests whether two AnnLength structures are equal. |
Inequality | Tests whether two AnnLength structures are unequal. |
Subtraction | Subtracts the length of one AnnLength structure from the length of another AnnLength structure. |