Version

Extent Structure Members

The following tables list the members exposed by Extent.

Public Constructors
 NameDescription
Public ConstructorExtent ConstructorInitializes a new Extent structure  
Public Properties
 NameDescription
Public PropertyCentimetersThe number of centimeters  
Public PropertyEmusThe number of English Metric Units. There are 914400 per inch, 12700 per point or 635 per twip.  
Public PropertyInchesThe number of inches  
Public PropertyLogicalPixelsThe number of logical pixels, i.e. device independent units  
Public PropertyMillimetersThe number of millimeters  
Public PropertyPointsThe number of points, 72nds on an inch  
Public PropertyTwipsThe number of twips  
Public Methods
 NameDescription
Public MethodCompareToCompares this instance to another extent  
Public MethodEqualsOverloaded. Compares the specified object to this object to see if they are equivalent.  
Public MethodGetHashCodeReturns the hash code of the structure.  
Public Methodstatic (Shared in Visual Basic)MaxGets the larger of the two Extent values.  
Public Methodstatic (Shared in Visual Basic)MinGets the smaller of the two Extent values.  
Public MethodToStringReturns the string representation of this object.  
Public Operators
public Operator Addition Adds 2 extents.
public Operator Division Overloaded. Binary division operator
public Operator Equality Compares the values of two Extent structures for equality
public Operator Greater Than Compares the relative values of two Extent structures
public Operator Greater Than or Equal Compares the relative values of two Extent structures
public Operator Inequality Compares the values of two Extent structures for inequality
public Operator Less Than Compares the relative values of two Extent structures
public Operator Less Than or Equal Compares the relative values of two Extent structures
public Operator Multiplication Overloaded. Binary multiplication operator
public Operator Subtraction Computes the difference (delta) between two Extent structures.
public Operator Unary Negation Unary negation operator
public Operator Unary Plus Unary plus operator
See Also