| Leadtools.Forms Namespace : LogicalSize Structure | 
The following tables list the members exposed by LogicalSize.
| Name | Description | |
|---|---|---|
|  | LogicalSize Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|   | Empty | Represents a new instance of the LogicalSize with uninitialized members. | 
| Name | Description | |
|---|---|---|
|  | Height | Gets or sets a value that represents the height for this LogicalSize. | 
|  | IsEmpty | Gets a value indicating whether this LogicalSize structure is empty. | 
|  | Unit | Gets or sets a value that represents the unit of measure for this LogicalSize. | 
|  | Width | Gets or sets a value that represents the width for this LogicalSize. | 
| Name | Description | |
|---|---|---|
|   | Add | Adds the width and height of one LogicalSize structure to another LogicalSize structure. | 
|  | Convert | Converts this LogicalSize structure to the specified unit of measure. | 
|  | ConvertTo | Returns a new LogicalSize in the specified destination unit of measure that is the equivalent of the current (source) LogicalSize. | 
|  | Equals | Specifies whether this LogicalSize contains the same width, height and unit as the specified Object. | 
|   | FromSize | Creates a new LogicalSize class object from explicit Leadtools.LeadSize parameters. | 
|  | GetHashCode | Returns a hash code for this LogicalSize structure. For information about this method, see System.Object.GetHashCode. | 
|   | Subtract | Subtracts the width and height of one LogicalSize structure from another LogicalSize structure. | 
|  | ToLogicalPoint | Returns a logical point with the Width as its X-component, the Height as its Y-component, and the unit of measurement. | 
|  | ToSize | Returns the Leadtools.LeadSize of the LogicalSize, converted to its equivalent values measured in Leadtools.Forms.LogicalUnit.Pixel. | 
|  | ToString | Converts this LogicalSize to a human-readable string. | 
|  Addition | Adds the width and height of the specified LogicalSize object to this LogicalSize structure. | 
|  Equality | Specifies whether this LogicalSize contains the same width, height, and unit as the specified Object. | 
|  Explicit Type Conversion | Returns a LogicalPoint containing the following LogicalSize properties: width, height, and unit in its x, y, and unit, respectively. | 
|  Inequality | Specifies whether this LogicalSize does not contain the same width, height, or unit as the specified Object. | 
|  Subtraction | Subtracts the width and height of the specified LogicalSize object from this LogicalSize structure. |