Metodo AnalysisRegion.GetBounds
Aggiornamento: novembre 2007
Ottiene il rettangolo di delimitazione dell'oggetto AnalysisRegion.
Spazio dei nomi: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Sintassi
'Dichiarazione
Public Function GetBounds As Rectangle
'Utilizzo
Dim instance As AnalysisRegion
Dim returnValue As Rectangle
returnValue = instance.GetBounds()
public Rectangle GetBounds()
public:
Rectangle GetBounds()
public Rectangle GetBounds()
public function GetBounds() : Rectangle
Valore restituito
Tipo: System.Drawing.Rectangle
Rettangolo di delimitazione dell'oggetto AnalysisRegion nelle coordinate dello spazio di input penna.
Note
I limiti sono nelle coordinate dello spazio di input penna.
Se l'oggetto AnalysisRegion rappresenta un'area infinita, le proprietà Top e Left dell'oggetto Rectangle restituito sono impostate su MinValue/2, mentre le proprietà Width e Height sono impostate su MaxValue.
Se l'oggetto AnalysisRegion rappresenta un'area vuota, le proprietà Top, Left, Width e Height del rettangolo sono impostate su 0.
Esempi
In questo esempio viene illustrato come accedere alla proprietà GetBounds di un oggetto 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());
Piattaforme
Windows Vista
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Framework
Supportato in: 3.0