StylusEventArgs.GetStylusPoints 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回一個 StylusPointCollection,它包含在事件中收集的 StylusPoint 物件。
多載
GetStylusPoints(IInputElement) |
傳回一個 StylusPointCollection,它包含與指定之輸入項目相關的 StylusPoint 物件。 |
GetStylusPoints(IInputElement, StylusPointDescription) |
傳回一個 StylusPointCollection,它使用指定的 StylusPointDescription 並包含與指定之輸入項目相關的 StylusPoint 物件。 |
GetStylusPoints(IInputElement)
傳回一個 StylusPointCollection,它包含與指定之輸入項目相關的 StylusPoint 物件。
public:
System::Windows::Input::StylusPointCollection ^ GetStylusPoints(System::Windows::IInputElement ^ relativeTo);
public System.Windows.Input.StylusPointCollection GetStylusPoints (System.Windows.IInputElement relativeTo);
member this.GetStylusPoints : System.Windows.IInputElement -> System.Windows.Input.StylusPointCollection
Public Function GetStylusPoints (relativeTo As IInputElement) As StylusPointCollection
參數
- relativeTo
- IInputElement
中 IInputElement (x,y
) 座標 StylusPointCollection 對應的 。
傳回
StylusPointCollection,包含在事件中收集的 StylusPoint 物件。
例外狀況
relativeTo
不是 UIElement,也不是 FrameworkContentElement。
適用於
GetStylusPoints(IInputElement, StylusPointDescription)
傳回一個 StylusPointCollection,它使用指定的 StylusPointDescription 並包含與指定之輸入項目相關的 StylusPoint 物件。
public:
System::Windows::Input::StylusPointCollection ^ GetStylusPoints(System::Windows::IInputElement ^ relativeTo, System::Windows::Input::StylusPointDescription ^ subsetToReformatTo);
public System.Windows.Input.StylusPointCollection GetStylusPoints (System.Windows.IInputElement relativeTo, System.Windows.Input.StylusPointDescription subsetToReformatTo);
member this.GetStylusPoints : System.Windows.IInputElement * System.Windows.Input.StylusPointDescription -> System.Windows.Input.StylusPointCollection
Public Function GetStylusPoints (relativeTo As IInputElement, subsetToReformatTo As StylusPointDescription) As StylusPointCollection
參數
- relativeTo
- IInputElement
中 IInputElement (x,y
) 座標 StylusPointCollection 對應的 。
- subsetToReformatTo
- StylusPointDescription
傳回
StylusPointCollection,包含在事件期間收集的 StylusPoint 物件。
例外狀況
relativeTo
不是 UIElement,也不是 FrameworkContentElement。
備註
subsetToReformatTo
必須與 Description 方法的 StylusPointCollectionGetStylusPoints(IInputElement) 屬性相容。 在呼叫 GetStylusPoints(IInputElement, StylusPointDescription) 方法之前,GetCommonDescription請使用 方法取得 StylusPointDescription 。
注意
GetStylusPoints使用 中的StylusEventArgs條件約束,即使 中的subsetToReformatTo
條件約束StylusPointCollection不同也一樣。 例如,如果使用 subsetToReformatTo
NormalPressure 0 和 1023 的值,但 StylusEventArgs 使用 0 和 255 的值, GetStylusPoints 則傳 StylusPointDescription 回包含 0 和 255 值的 。