共用方式為


InkDrawingNode.HotPoints 屬性

取得圖案的作用點。

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

語法

'宣告
Public ReadOnly Property HotPoints As PointCollection
'用途
Dim instance As InkDrawingNode
Dim value As PointCollection

value = instance.HotPoints
public PointCollection HotPoints { get; }
public:
property PointCollection^ HotPoints {
    PointCollection^ get ();
}
/** @property */
public PointCollection get_HotPoints()
public function get HotPoints () : PointCollection

屬性值

型別:System.Windows.Media.PointCollection
圖案的作用點。

備註

作用點是筆墨外圍的點,有助於界定圖案。每個圖案至少都有兩個作用點,即筆劃的開頭和結尾。

作用點的數目和意義會隨著辨識的圖案而改變。對於無法辨識的圖案,則會傳回空白陣列。

平台

Windows Vista

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

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

InkDrawingNode 類別

InkDrawingNode 成員

System.Windows.Ink 命名空間