共用方式為


InkRecognizerGuideBase.DrawnBoxLeft 屬性

取得或設定矩形的 Left 值,這個矩形是實際在 Tablet 螢幕上繪製而且是書寫所在的矩形。

命名空間:  System.Windows.Ink.AnalysisCore
組件:  IACore (在 IACore.dll 中)

語法

'宣告
Public Property DrawnBoxLeft As Integer
'用途
Dim instance As InkRecognizerGuideBase
Dim value As Integer

value = instance.DrawnBoxLeft

instance.DrawnBoxLeft = value
public int DrawnBoxLeft { get; set; }
public:
property int DrawnBoxLeft {
    int get ();
    void set (int value);
}
/** @property */
public int get_DrawnBoxLeft()
/** @property */
public  void set_DrawnBoxLeft(int value)
public function get DrawnBoxLeft () : int
public function set DrawnBoxLeft (value : int)

屬性值

型別:System.Int32

範例

下列範例示範 DrawnBoxLeft 屬性。

Dim myDrawnBoxLeft As Integer = myInkRecognizerGuideBase.DrawnBoxLeft
int myDrawnBoxLeft = myInkRecognizerGuideBase.DrawnBoxLeft;

平台

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

InkRecognizerGuideBase 類別

InkRecognizerGuideBase 成員

System.Windows.Ink.AnalysisCore 命名空間