IScrollSnapPointsInfo.GetRegularSnapPoints 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定方向和對齊的一般貼齊點之間的距離。
public:
float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, [Out] float & offset);
float GetRegularSnapPoints(Orientation const& orientation, SnapPointsAlignment const& alignment, [Out] float & offset);
public float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, out float offset);
Public Function GetRegularSnapPoints (orientation As Orientation, alignment As SnapPointsAlignment, ByRef offset As Single) As Single
參數
- orientation
- Orientation
所需貼齊點集的方向/維度。
- alignment
- SnapPointsAlignment
套用貼齊點時要使用的對齊方式。
- offset
-
Single
float
Out 參數。 第一個貼齊點的位移。
傳回
Single
float
等距貼齊點之間的距離。 當沒有貼齊點存在時,會傳回 0。