AnalysisRegion.GetBounds 方法
取得 AnalysisRegion 的週框 (Bounding Rectangle)。
命名空間: 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
AnalysisRegion 的週框 (以筆墨空間座標表示)。
備註
界限會以筆墨空間座標表示。
如果 AnalysisRegion 表示無限區域,則傳回的 Rectangle 的 Top 和 Left 屬性會是 MinValue 的一半,而 Width 和 Height 屬性會是 MaxValue。
如果 AnalysisRegion 表示空白區域,則矩形的 Top、Left、Width 和 Height 屬性會是 0。
範例
這個範例示範如何存取 AnalysisRegion (變數名稱為 theFirstAnalysisRegion) 的 GetBounds 屬性。
' 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