PointerRoutedEventArgs.GetIntermediatePoints(UIElement) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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