PointerRoutedEventArgs.GetIntermediatePoints(UIElement) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
virtual IVector<ExpPointerPoint ^> ^ GetIntermediatePoints(UIElement ^ relativeTo) = GetIntermediatePoints;
public:
virtual IVector<PointerPoint ^> ^ GetIntermediatePoints(UIElement ^ relativeTo) = GetIntermediatePoints;
IVector<ExpPointerPoint> GetIntermediatePoints(UIElement const& relativeTo);
IVector<PointerPoint> GetIntermediatePoints(UIElement const& relativeTo);
public IList<ExpPointerPoint> GetIntermediatePoints(UIElement relativeTo);
public IList<PointerPoint> GetIntermediatePoints(UIElement relativeTo);
function getIntermediatePoints(relativeTo)
Public Function GetIntermediatePoints (relativeTo As UIElement) As IList(Of ExpPointerPoint)
Public Function GetIntermediatePoints (relativeTo As UIElement) As IList(Of PointerPoint)
Parametri
- relativeTo
- UIElement