StylusEventArgs.GetStylusPoints メソッド

定義

イベントで収集された 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

例外

relativeToUIElement でも 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 マップされる 。

戻り値

イベントで収集された StylusPointCollection オブジェクトを格納する StylusPoint

例外

relativeToUIElement でも FrameworkContentElement でもありません。

注釈

subsetToReformatToは、 メソッドの GetStylusPoints(IInputElement)DescriptionStylusPointCollection プロパティと互換性がある必要があります。 メソッドをGetCommonDescription呼び出す前に、 メソッドを使用して をStylusPointDescriptionGetStylusPoints(IInputElement, StylusPointDescription)取得します。

注意

GetStylusPointsでは、 内のStylusEventArgs制約がStylusPointCollection異なる場合でも、 の subsetToReformatTo 制約を使用します。 たとえば、0 と 1023 の値を使用NormalPressureし、0 と 255 の値を使用する場合subsetToReformatToは、GetStylusPoints値 0 と 255 を含む をStylusPointDescriptionStylusEventArgsします。

適用対象