Mouse.GetIntermediatePoints(IInputElement, Point[]) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Načte až 64 předchozích souřadnic ukazatele myši od poslední události přesunutí myši.
public:
static int GetIntermediatePoints(System::Windows::IInputElement ^ relativeTo, cli::array <System::Windows::Point> ^ points);
[System.Security.SecurityCritical]
public static int GetIntermediatePoints(System.Windows.IInputElement relativeTo, System.Windows.Point[] points);
public static int GetIntermediatePoints(System.Windows.IInputElement relativeTo, System.Windows.Point[] points);
[<System.Security.SecurityCritical>]
static member GetIntermediatePoints : System.Windows.IInputElement * System.Windows.Point[] -> int
static member GetIntermediatePoints : System.Windows.IInputElement * System.Windows.Point[] -> int
Public Shared Function GetIntermediatePoints (relativeTo As IInputElement, points As Point()) As Integer
Parametry
- relativeTo
- IInputElement
Prvky points jsou ve vztahu k.
- points
- Point[]
Pole objektů.
Návraty
Počet vrácených bodů
- Atributy