Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 AnalysisRegionBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AnalysisRegionBase | Overloaded. Initializes a new instance of the AnalysisRegionBase class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates a copy of the AnalysisRegionBase. |
![]() |
Equals | Determines whether the specified AnalysisRegionBase contains the same value as the current AnalysisRegionBase. (Overrides Object.Equals(Object).) |
![]() |
Exclude | Overloaded. Restricts the area of this AnalysisRegionBase 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 AnalysisRegionBase. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
![]() |
GetRegionScans | Returns an array of rectangles that define the area of the AnalysisRegionBase. |
![]() |
GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() |
Intersect | Overloaded. Restricts the area of this AnalysisRegionBase to the area created by its intersection with the specified area. |
![]() |
IntersectsWith | Determines whether the area of the AnalysisRegionBase intersects with the specified rectangle. |
![]() |
MakeEmpty | Reduces the AnalysisRegionBase to represent an empty area. |
![]() |
MakeInfinite | Expands the AnalysisRegionBase 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 this AnalysisRegionBase to the area created by its union with the specified area. |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Determines whether two AnalysisRegionBase objects have the same value. |
![]() ![]() |
Inequality | Determines whether two AnalysisRegionBase objects have different values. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IsEmpty | Gets a value indicating whether the AnalysisRegionBase represents an empty region. |
![]() |
IsInfinite | Gets a value indicating whether the AnalysisRegionBase represents an infinite region. |
Top