The following tables list the members exposed by AnnSize.
Name | Description | |
---|---|---|
AnnSize Constructor | Overloaded. Initializes a new instance of the AnnSize structure from the specified dimension. |
Name | Description | |
---|---|---|
Empty | Represents a new instance of an AnnSize structure with member data left uninitialized. |
Name | Description | |
---|---|---|
Height | Gets or sets the height or vertical component of this AnnSize structure. | |
IsEmpty | Gets a value indicating whether this AnnSize structure is empty. | |
Unit | Gets or sets the unit of measure for this AnnSize structure. | |
Width | Gets or sets the width or horizontal component this AnnSize structure. |
Name | Description | |
---|---|---|
Add | Adds the width and height of one AnnSize structure to the width and height of another AnnSize structure. | |
Convert | Converts this AnnSize structure to the specified unit. | |
ConvertedHeight | Returns the value of the vertical component of this AnnSize structrue, in the specified AnnUnit unit of measure. | |
ConvertedWidth | Returns the value of the width or horizontal component of this AnnSize structure, in the units specified in the unit parameter. | |
ConvertTo | Converts this AnnSize structure to the specified units, and returns a new AnnSize structure. | |
Equals | Overridden. Determines whether this AnnSize structure contains the same dimensions as the specified Object. | |
GetHashCode | Overridden. Returns a hash code for this AnnSize structure. For more information about this method, refer to GetHashCode. | |
Subtract | Subtracts the width and height of one AnnSize structure from the width and height of another AnnSize structure. | |
ToAnnPoint | Converts this AnnSize structure to an AnnPoint structure. | |
ToSizeF | Converts this AnnSize structure to a SizeF structure. | |
ToString | Overridden. Overridden. Converts this AnnSize structure to a human-readable string. |
Addition | Adds the width and height of one AnnSize structure to the width and height of another AnnSize structure. |
Equality | Determines whether two AnnSize structures are equal. |
Explicit Type Conversion | Converts the specified AnnSize structure to an AnnPoint structure. |
Inequality | Determines whether two AnnSize structures are unequal. |
Subtraction | Subtracts the width and height of one AnnSize structure from the width and height of another AnnSize structure. |