StylusEventArgs.GetStylusPoints Metoda

Definice

Vrátí objekt StylusPointCollection , který obsahuje StylusPoint objekty shromážděné v události.

Přetížení

GetStylusPoints(IInputElement)

StylusPointCollection Vrátí objekt, který obsahuje StylusPoint objekty relativní k zadanému vstupnímu elementu.

GetStylusPoints(IInputElement, StylusPointDescription)

Vrátí hodnotu StylusPointCollection , která používá zadaný StylusPointDescription a obsahuje StylusPoint objekty související se zadaným vstupním elementem.

GetStylusPoints(IInputElement)

StylusPointCollection Vrátí objekt, který obsahuje StylusPoint objekty relativní k zadanému vstupnímu elementu.

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

Parametry

relativeTo
IInputElement

Na IInputElement které jsou mapovány souřadnice (x,y) v souboru StylusPointCollection .

Návraty

Objekt StylusPointCollection , který obsahuje StylusPoint objekty shromážděné v události.

Výjimky

Platí pro

GetStylusPoints(IInputElement, StylusPointDescription)

Vrátí hodnotu StylusPointCollection , která používá zadaný StylusPointDescription a obsahuje StylusPoint objekty související se zadaným vstupním elementem.

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

Parametry

relativeTo
IInputElement

Na IInputElement které jsou mapovány souřadnice (x,y) v souboru StylusPointCollection .

Návraty

Objekt StylusPointCollection obsahující StylusPoint objekty shromážděné během události.

Výjimky

Poznámky

subsetToReformatTo musí být kompatibilní s Description vlastností StylusPointCollection metody z GetStylusPoints(IInputElement) metody. Použijte metodu GetCommonDescription k získání StylusPointDescription před voláním GetStylusPoints(IInputElement, StylusPointDescription) metody.

Poznámka

GetStylusPoints používá omezení z StylusPointCollection v StylusEventArgs, a to i v případě, že se omezení v souboru subsetToReformatTo liší. Pokud subsetToReformatTo například použije NormalPressure hodnoty 0 a 1023, ale StylusEventArgs použije hodnoty 0 a 255, GetStylusPoints vrátí hodnotu StylusPointDescription obsahující hodnoty 0 a 255.

Platí pro