OrientedVirtualizingPanel.GetIrregularSnapPoints 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定方向和對齊方式之不規則貼齊點之間的距離集合。
public:
virtual IVectorView<float> ^ GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment) = GetIrregularSnapPoints;
IVectorView<float> GetIrregularSnapPoints(Orientation const& orientation, SnapPointsAlignment const& alignment);
public IReadOnlyList<float> GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment);
function getIrregularSnapPoints(orientation, alignment)
Public Function GetIrregularSnapPoints (orientation As Orientation, alignment As SnapPointsAlignment) As IReadOnlyList(Of Single)
參數
- orientation
- Orientation
所需貼齊點集的方向。
- alignment
- SnapPointsAlignment
套用貼齊點時要使用的對齊方式。
傳回
貼齊點距離的唯讀集合。 當沒有任何貼齊點存在時,傳回空的集合。