Share via


AnalysisRegion Members

Represents an area of a document.

The following tables list the members exposed by the AnalysisRegion type.

Public Constructors

  Name Description
Public method AnalysisRegion Overloaded. Initializes a new instance of the AnalysisRegion class.

Top

Public Fields

  Name Description
Public field Static MaxXY Specifies the maximum value allowed for the bounds of an AnalysisRegion.
Public field Static MinXY Specifies the minimum value allowed for the bounds of an AnalysisRegion.

Top

Public 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

Public Methods

(see also Protected Methods )

  Name Description
Public method Clone Creates a copy of the AnalysisRegion.
Public method Equals Overloaded. Overridden. Determines whether two AnalysisRegion instances are equal.
Public method Exclude Overloaded. Restricts the area of the AnalysisRegion to the portion of its area that does not intersect the specified area.
Public method GetBounds Gets the bounding rectangle of the AnalysisRegion.
Public method GetHashCode Overridden. Gets the hash code for the AnalysisRegion instance.
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 current AnalysisRegion to the area that intersects the region and 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.
Public method Static op_Equality Determines whether two AnalysisRegion objects have the same value.
Public method Static op_Inequality Determines whether two AnalysisRegion objects have different values.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Public method Union Overloaded. Expands the area of the AnalysisRegion to the area created by its union with the specified area.

Top

Protected Methods

  Name Description
Protected method 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)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

See Also

Reference

AnalysisRegion Class
System.Windows.Ink Namespace
System.Windows.Ink.InkAnalyzer