Sdílet prostřednictvím


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
Public method AnalysisRegion Overloaded. Initializes a new instance of the AnalysisRegion class.

Top

Methods

  Name Description
Public method Clone Creates a copy of the AnalysisRegion.
Public method Equals Determines whether the specified AnalysisRegion contains the same value as the current AnalysisRegion. (Overrides Object.Equals(Object).)
Public method Exclude Overloaded. Restricts the area of this AnalysisRegion to the portion of its area that does not intersect the specified area.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetBounds Gets the bounding rectangle of the AnalysisRegion.
Public method GetHashCode Gets the hash code for the AnalysisRegion instance. (Overrides Object.GetHashCode().)
Public method GetRegionScans Returns an array of rectangles that defines the area of the AnalysisRegion.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method Intersect Overloaded. Restricts the area of this AnalysisRegion to the area created by its intersection with the specified area.
Public method IntersectsWith Determines whether the area of the AnalysisRegion intersects with the specified rectangle.
Public method MakeEmpty Reduces the AnalysisRegion to represent an empty area.
Public method MakeInfinite Expands the AnalysisRegion to represent an infinite area.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToRegion Returns the area of the AnalysisRegion as a Region.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Union Overloaded. Expands the area of this AnalysisRegion to the area created by its union with the specified area.

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two specified AnalysisRegion objects have the same value.
Public operatorStatic member Inequality Determines whether two specified AnalysisRegion objects have different values.

Top

Properties

  Name Description
Public property IsEmpty Gets a value indicating whether the AnalysisRegion represents an empty region.
Public property IsInfinite Gets a value indicating whether the AnalysisRegion represents an infinite region.

Top

See Also

Reference

AnalysisRegion Class

Microsoft.Ink Namespace