AnalysisRegion.GetBounds - метод
Обновлен: Ноябрь 2007
Gets the bounding rectangle of the AnalysisRegion.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink.Analysis (в Microsoft.Ink.Analysis.dll)
Синтаксис
'Декларация
Public Function GetBounds As Rectangle
'Применение
Dim instance As AnalysisRegion
Dim returnValue As Rectangle
returnValue = instance.GetBounds()
public Rectangle GetBounds()
public:
Rectangle GetBounds()
public Rectangle GetBounds()
public function GetBounds() : Rectangle
Возвращаемое значение
Тип: System.Drawing.Rectangle
The bounding rectangle of the AnalysisRegion in ink space coordinates.
Заметки
The bounds are in ink space coordinates.
If the AnalysisRegion represents an infinite area, the Top and Left properties of the returned Rectangle are MinValue / 2; and the Width and Height properties are MaxValue.
If the AnalysisRegion represents an empty area, the Top, Left, Width, and Height properties of the rectangle are 0.
Примеры
This example shows how to access the GetBounds property of an AnalysisRegion, theFirstAnalysisRegion.
' Display the bounds of an AnalysisRegion object.
System.Windows.Forms.MessageBox.Show( _
"The bounding rectangle of the AnalysisRegion is: " _
+ theFirstAnalysisRegion.GetBounds().ToString())
// Display the bounds of an AnalysisRegion object.
System.Windows.Forms.MessageBox.Show(
"The bounding rectangle of the AnalysisRegion is: "
+ theFirstAnalysisRegion.GetBounds().ToString());
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0