Mouse.GetIntermediatePoints(IInputElement, Point[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves up to 64 previous coordinates of the mouse pointer since the last mouse move event.
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
Parameters
- relativeTo
- IInputElement
The elements points
are in relation to.
- points
- Point[]
An array of objects.
Returns
The number of points returned.
- Attributes
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.