ScrollView.AddScrollVelocity(Vector2, IReference<Vector2>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual int AddScrollVelocity(float2 offsetsVelocity, IReference<float2> ^ inertiaDecayRate) = AddScrollVelocity;
/// [Windows.Foundation.Metadata.Experimental]
int AddScrollVelocity(float2 const& offsetsVelocity, IReference<float2> const& inertiaDecayRate);
[Windows.Foundation.Metadata.Experimental]
public int AddScrollVelocity(Vector2 offsetsVelocity, System.Nullable<Vector2> inertiaDecayRate);
Public Function AddScrollVelocity (offsetsVelocity As Vector2, inertiaDecayRate As Nullable(Of Vector2)) As Integer
参数
- offsetsVelocity
-
Vector2
float2
- inertiaDecayRate
-
IReference<float2>
返回
Int32
int
- 属性