ScrollView.AddScrollVelocity(Vector2, IReference<Vector2>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute de façon asynchrone de la vélocité à une action de défilement.
public:
virtual int AddScrollVelocity(float2 offsetsVelocity, IReference<float2> ^ inertiaDecayRate) = AddScrollVelocity;
int AddScrollVelocity(float2 const& offsetsVelocity, IReference<float2> const& inertiaDecayRate);
public int AddScrollVelocity(Vector2 offsetsVelocity, System.Nullable<Vector2> inertiaDecayRate);
function addScrollVelocity(offsetsVelocity, inertiaDecayRate)
Public Function AddScrollVelocity (offsetsVelocity As Vector2, inertiaDecayRate As Nullable(Of Vector2)) As Integer
Paramètres
- inertiaDecayRate
-
IReference<float2>
Taux de décroissance de l’inertie.
Retours
Int32
int
Numéro d’ID de corrélation utilisé pour associer cet appel de méthode aux événements correspondants.