Leadtools.Forms Namespace : LogicalLength Structure |
The following tables list the members exposed by LogicalLength.
Name | Description | |
---|---|---|
LogicalLength Constructor | Overloaded. |
Name | Description | |
---|---|---|
Empty | Represents a new instance of the LogicalLength with uninitialized members. |
Name | Description | |
---|---|---|
IsEmpty | Gets a value indicating whether this LogicalLength structure is empty. | |
Unit | Gets or sets a value that represents the unit of measurement for this LogicalLength. | |
Value | Gets or sets a value that represents the length for this LogicalLength. |
Name | Description | |
---|---|---|
Add | Adds the length of one LogicalLength structure to another LogicalLength structure. | |
Convert | Converts this LogicalLength structure to the specified unit of measure. | |
ConvertTo | Returns a new LogicalLength of the current (source) LogicalLength, converted to its equivalent in the specified destination unit of measure. | |
Equals | Specifies whether this LogicalLength contains the same length and unit as the specified Object. | |
FromPixels | Returns a LogicalLength with the specified length measured in Leadtools.Forms.LogicalUnit.Pixel. | |
GetHashCode | Returns a hash code for this LogicalLength structure. For information about this method, see System.Object.GetHashCode. | |
Subtract | Subtracts the length of the specified LogicalLength object from this LogicalLength structure. | |
ToPixels | Returns the length value in pixels according to the specified DPIs. | |
ToString | Converts this LogicalLength to a human-readable string. |
Addition | Adds the length of one LogicalLength structure to another LogicalLength structure. |
Equality | Specifies whether this LogicalLength contains the same length and unit as the specified Object. |
Inequality | Specifies whether this LogicalLength does not contain the same length or unit as the specified Object. |
Subtraction | Subtracts the length of the specified LogicalLength object from this LogicalLength structure. |