Stroke 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表單一筆墨筆劃。
public ref class Stroke : System::ComponentModel::INotifyPropertyChanged
public class Stroke : System.ComponentModel.INotifyPropertyChanged
type Stroke = class
interface INotifyPropertyChanged
Public Class Stroke
Implements INotifyPropertyChanged
- 繼承
-
Stroke
- 實作
備註
Stroke是從指向裝置收集的資料物件,例如平板電腦畫筆或滑鼠。 Stroke可以透過程式設計方式建立及操作 ,而且可以在啟用筆跡的元素上以視覺化方式表示,例如 InkCanvas 。 Stroke包含其位置和外觀的相關資訊。 屬性 StylusPoints 是 物件的集合 StylusPoint ,指定 的位置 Stroke 。 屬性 DrawingAttributes 會指定筆劃的外觀。
建構函式
Stroke(StylusPointCollection) |
初始化 Stroke 類別的新執行個體。 |
Stroke(StylusPointCollection, DrawingAttributes) |
初始化 Stroke 類別的新執行個體。 |
屬性
DrawingAttributes |
取得或設定 DrawingAttributes 物件的 Stroke。 |
StylusPoints |
傳回 Stroke 的手寫筆點。 |
方法
事件
DrawingAttributesChanged |
與 DrawingAttributes 物件關聯的 Stroke 變更時發生。 |
DrawingAttributesReplaced |
在取代 Stroke 物件的繪製屬性時發生。 |
Invalidated |
當 Stroke 的外觀變更時發生。 |
PropertyDataChanged |
在 Stroke 物件上的自訂屬性變更時發生。 |
StylusPointsChanged |
發生於 StylusPoints 屬性變更時。 |
StylusPointsReplaced |
當 StylusPoints 屬性指派了新的 StylusPointCollection 時發生。 |
明確介面實作
INotifyPropertyChanged.PropertyChanged |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 任何 Stroke 屬性的值變更時發生。 |