InkCollector.GetWindowInputRectangle 方法
設定要在其中繪製筆墨的視窗矩形 (以像素為單位)。
命名空間: Microsoft.Ink
組件: Microsoft.Ink (在 Microsoft.Ink.dll 中)
語法
'宣告
Public Sub GetWindowInputRectangle ( _
<OutAttribute> ByRef windowInputRectangle As Rectangle _
)
'用途
Dim instance As InkCollector
Dim windowInputRectangle As Rectangle
instance.GetWindowInputRectangle(windowInputRectangle)
public void GetWindowInputRectangle(
out Rectangle windowInputRectangle
)
public:
void GetWindowInputRectangle(
[OutAttribute] Rectangle% windowInputRectangle
)
public void GetWindowInputRectangle(
/** @attribute OutAttribute */ /** @ref */Rectangle windowInputRectangle
)
public function GetWindowInputRectangle(
windowInputRectangle : Rectangle
)
參數
- windowInputRectangle
型別:System.Drawing.Rectangle%
繪製筆墨所在的矩形。
備註
根據預設,視窗輸入矩形會設定為 {0,0,0,0}。這個預設矩形對應至整個視窗的大小。
如果 GetWindowInputRectangle 的呼叫順序在呼叫 SetWindowInputRectangle 之前,則這個方法會取得預設座標的矩形。
範例
這個 C# 範例會取得新的 InkCollector 物件 (theInkCollector) 的視窗輸入矩形,其預設值為 {0,0,0,0}。
using Microsoft.Ink;
//...
InkCollector theInkCollector = new InkCollector();
Rectangle theRect;
theInkCollector.GetWindowInputRectangle(out theRect);
這個 Microsoft Visual Basic .NET 範例會取得新的 InkCollector 物件 (theInkCollector) 的視窗輸入矩形,其預設值為 {0,0,0,0}。
Imports Microsoft.Ink
'...
Dim theInkCollector as New InkCollector()
Dim theRect as Rectangle
theInkCollector.GetWindowInputRectangle(theRect)
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0