AnalysisRegion Members
.NET Framework 3.0
Represents an area of a document.
The following tables list the members exposed by the AnalysisRegion type.
| Name | Description | |
|---|---|---|
| AnalysisRegion | Overloaded. Initializes a new instance of the AnalysisRegion class. |
| Name | Description | |
|---|---|---|
| IsEmpty | Gets a value indicating whether the AnalysisRegion represents an empty region. |
| IsInfinite | Gets a value indicating whether the AnalysisRegion represents an infinite region. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clone | Creates a copy of the AnalysisRegion. |
| Equals | Overloaded. Overridden. Determines whether two AnalysisRegion instances contain the same value. |
| Exclude | Overloaded. Restricts the area of this AnalysisRegion to the portion of its area that does not intersect the specified area. |
| GetBounds | Gets the bounding rectangle of the AnalysisRegion. |
| GetHashCode | Overridden. Gets the hash code for the AnalysisRegion instance. |
| GetRegionScans | Returns an array of rectangles that defines the area of the AnalysisRegion. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Intersect | Overloaded. Restricts the area of this AnalysisRegion to the area created by its intersection with the specified area. |
| IntersectsWith | Determines whether the area of the AnalysisRegion intersects with the specified rectangle. |
| MakeEmpty | Reduces the AnalysisRegion to represent an empty area. |
| MakeInfinite | Expands the AnalysisRegion to represent an infinite area. |
| op_Equality | Determines whether two specified AnalysisRegion objects have the same value. |
| op_Inequality | Determines whether two specified AnalysisRegion objects have different values. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToRegion | Returns the area of the AnalysisRegion as a Region. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Union | Overloaded. Expands the area of this AnalysisRegion to the area created by its union with the specified area. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |