Share via


OrientedVirtualizingPanel.GetIrregularSnapPoints 方法

定義

傳回指定方向和對齊方式之不規則貼齊點之間的距離集合。

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

套用貼齊點時要使用的對齊方式。

傳回

貼齊點距離的唯讀集合。 當沒有任何貼齊點存在時,傳回空的集合。

實作

適用於