PointerRoutedEventArgs.GetIntermediatePoints(UIElement) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- relativeTo
- UIElement