Share via


ItemsPresenter.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

套用要求的貼齊點時,呼叫端所使用的對齊方式。

傳回

數位的只讀集合,代表指定方向的貼齊點,如果沒有貼齊點,則為空集合。

實作

適用於