Partager via


ScrollView.AddZoomVelocity Méthode

Définition

Ajoute de manière asynchrone la vitesse à une action de zoom.

public:
 virtual int AddZoomVelocity(float zoomFactorVelocity, IReference<float2> ^ centerPoint, IReference<float> ^ inertiaDecayRate) = AddZoomVelocity;
int AddZoomVelocity(float const& zoomFactorVelocity, IReference<float2> const& centerPoint, IReference<float> const& inertiaDecayRate);
public int AddZoomVelocity(float zoomFactorVelocity, System.Nullable<Vector2> centerPoint, System.Nullable<float> inertiaDecayRate);
function addZoomVelocity(zoomFactorVelocity, centerPoint, inertiaDecayRate)
Public Function AddZoomVelocity (zoomFactorVelocity As Single, centerPoint As Nullable(Of Vector2), inertiaDecayRate As Nullable(Of Single)) As Integer

Paramètres

zoomFactorVelocity
Single

float

Taux de modification du facteur de zoom.

centerPoint

IReference<Vector2>

Nullable<Vector2>

IReference<float2>

Point central du changement de facteur de zoom.

inertiaDecayRate

IReference<Single>

Nullable<Single>

IReference<float>

Taux de désintégration de l’inertie.

Retours

Int32

int

S’applique à