AnalysisRegion Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Represents an area of a document.
The AnalysisRegion type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnalysisRegion | Overloaded. Initializes a new instance of the AnalysisRegion class. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a copy of the AnalysisRegion. | |
Equals | Determines whether the specified AnalysisRegion contains the same value as the current AnalysisRegion. (Overrides Object.Equals(Object).) | |
Exclude | Overloaded. Restricts the area of this AnalysisRegion to the portion of its area that does not intersect the specified area. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBounds | Gets the bounding rectangle of the AnalysisRegion. | |
GetHashCode | Gets the hash code for the AnalysisRegion instance. (Overrides Object.GetHashCode().) | |
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. | |
MemberwiseClone | Creates a shallow copy of the current Object. (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. |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether two specified AnalysisRegion objects have the same value. | |
Inequality | Determines whether two specified AnalysisRegion objects have different values. |
Top
Properties
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. |
Top