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
は、 メソッドの GetStylusPoints(IInputElement) の DescriptionStylusPointCollection プロパティと互換性がある必要があります。 メソッドをGetCommonDescription呼び出す前に、 メソッドを使用して をStylusPointDescriptionGetStylusPoints(IInputElement, StylusPointDescription)取得します。
注意
GetStylusPointsでは、 内のStylusEventArgs制約がStylusPointCollection異なる場合でも、 の subsetToReformatTo
制約を使用します。 たとえば、0 と 1023 の値を使用NormalPressureし、0 と 255 の値を使用する場合subsetToReformatTo
は、GetStylusPoints値 0 と 255 を含む をStylusPointDescription返StylusEventArgsします。
適用対象
.NET