ScrollPresenter.AddScrollVelocity(Vector2, IReference<Vector2>) 方法

定义

异步向滚动操作添加速度。

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

参数

offsetsVelocity
Vector2 Vector2

float2

滚动偏移量的速率更改。

inertiaDecayRate

IReference<Vector2>

Nullable<Vector2>

IReference<float2>

惯性衰减率。

返回

Int32

int

用于将此方法调用与相应事件关联的关联 ID 号。

适用于