ScrollPresenter.AddZoomVelocity 方法

定义

public:
 virtual int AddZoomVelocity(float zoomFactorVelocity, IReference<float2> ^ centerPoint, IReference<float> ^ inertiaDecayRate) = AddZoomVelocity;
/// [Windows.Foundation.Metadata.Experimental]
int AddZoomVelocity(float const& zoomFactorVelocity, IReference<float2> const& centerPoint, IReference<float> const& inertiaDecayRate);
[Windows.Foundation.Metadata.Experimental]
public int AddZoomVelocity(float zoomFactorVelocity, System.Nullable<Vector2> centerPoint, System.Nullable<float> inertiaDecayRate);
Public Function AddZoomVelocity (zoomFactorVelocity As Single, centerPoint As Nullable(Of Vector2), inertiaDecayRate As Nullable(Of Single)) As Integer

参数

zoomFactorVelocity
Single

float

centerPoint

Nullable<Vector2>

IReference<float2>

inertiaDecayRate

Nullable<Single>

IReference<float>

返回

Int32

int

属性

适用于