Sdílet prostřednictvím


AnalysisRegionBase 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 AnalysisRegionBase type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Clone Creates a copy of the AnalysisRegionBase.
Public method Equals Determines whether the specified AnalysisRegionBase contains the same value as the current AnalysisRegionBase. (Overrides Object.Equals(Object).)
Public method Exclude Overloaded. Restricts the area of this AnalysisRegionBase 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 AnalysisRegionBase.
Public method GetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public method GetRegionScans Returns an array of rectangles that define the area of the AnalysisRegionBase.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method Intersect Overloaded. Restricts the area of this AnalysisRegionBase to the area created by its intersection with the specified area.
Public method IntersectsWith Determines whether the area of the AnalysisRegionBase intersects with the specified rectangle.
Public method MakeEmpty Reduces the AnalysisRegionBase to represent an empty area.
Public method MakeInfinite Expands the AnalysisRegionBase to represent an infinite area.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (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 this AnalysisRegionBase to the area created by its union with the specified area.

Top

Operators

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

Top

Properties

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

Top

See Also

Reference

AnalysisRegionBase Class

System.Windows.Ink.AnalysisCore Namespace