AnalysisRegion - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents an area of a document.
Тип AnalysisRegion предоставляет следующие члены.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
AnalysisRegion | Перегружен. Initializes a new instance of the AnalysisRegion class. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
![]() |
Clone | Creates a copy of the AnalysisRegion. |
![]() |
Equals | Determines whether the specified AnalysisRegion is equal to the current AnalysisRegion. (Переопределяет Object.Equals(Object).) |
![]() |
Exclude | Перегружен. Restricts the area of the AnalysisRegion to the portion of its area that does not intersect the specified area. |
![]() |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) |
![]() |
GetBounds | Gets the bounding rectangle of the AnalysisRegion. |
![]() |
GetHashCode | Gets the hash code for the AnalysisRegion instance. (Переопределяет Object.GetHashCode().) |
![]() |
GetRegionScans | Returns an array of rectangles that defines the area of an AnalysisRegion. |
![]() |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) |
![]() |
Intersect | Перегружен. 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 | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) |
![]() |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
![]() |
Union | Перегружен. Expands the area of the AnalysisRegion to the area created by its union with the specified area. |
В начало страницы
Операторы
Имя | Описание | |
---|---|---|
![]() ![]() |
Equality | Determines whether two AnalysisRegion objects have the same value. |
![]() ![]() |
Inequality | Determines whether two AnalysisRegion objects have different values. |
В начало страницы
Поля
Имя | Описание | |
---|---|---|
![]() ![]() |
MaxXY | Specifies the maximum value allowed for the bounds of an AnalysisRegion. |
![]() ![]() |
MinXY | Specifies the minimum value allowed for the bounds of an AnalysisRegion. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало страницы