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 is equal to the current AnalysisRegion. (Overrides Object.Equals(Object).) | |
Exclude | Overloaded. Restricts the area of the 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 an AnalysisRegion. | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
Intersect | Overloaded. Restricts the current AnalysisRegion to an area that intersects the region and the specified area. | |
IntersectsWith | Determines whether the area of the AnalysisRegion intersects 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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Union | Overloaded. Expands the area of the AnalysisRegion to the area created by its union with the specified area. |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether two AnalysisRegion objects have the same value. | |
Inequality | Determines whether two AnalysisRegion objects have different values. |
Top
Fields
Name | Description | |
---|---|---|
MaxXY | Specifies the maximum value allowed for the bounds of an AnalysisRegion. | |
MinXY | Specifies the minimum value allowed for the bounds of an AnalysisRegion. |
Top
Properties
Name | Description | |
---|---|---|
IsEmpty | Gets a Boolean value that indicates whether the AnalysisRegion represents an empty region. | |
IsInfinite | Gets a Boolean value that indicates whether the AnalysisRegion represents an infinite region. |
Top