The following tables list the members exposed by Extent.
Name | Description | |
---|---|---|
Extent Constructor | Initializes a new Extent structure |
Name | Description | |
---|---|---|
Centimeters | The number of centimeters | |
Emus | The number of English Metric Units. There are 914400 per inch, 12700 per point or 635 per twip. | |
Inches | The number of inches | |
LogicalPixels | The number of logical pixels, i.e. device independent units | |
Millimeters | The number of millimeters | |
Points | The number of points, 72nds on an inch | |
Twips | The number of twips |
Name | Description | |
---|---|---|
CompareTo | Compares this instance to another extent | |
Equals | Overloaded. Compares the specified object to this object to see if they are equivalent. | |
GetHashCode | Returns the hash code of the structure. | |
Max | Gets the larger of the two Extent values. | |
Min | Gets the smaller of the two Extent values. | |
ToString | Returns the string representation of this object. |
Addition | Adds 2 extents. |
Division | Overloaded. Binary division operator |
Equality | Compares the values of two Extent structures for equality |
Greater Than | Compares the relative values of two Extent structures |
Greater Than or Equal | Compares the relative values of two Extent structures |
Inequality | Compares the values of two Extent structures for inequality |
Less Than | Compares the relative values of two Extent structures |
Less Than or Equal | Compares the relative values of two Extent structures |
Multiplication | Overloaded. Binary multiplication operator |
Subtraction | Computes the difference (delta) between two Extent structures. |
Unary Negation | Unary negation operator |
Unary Plus | Unary plus operator |