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

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

傳回

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

實作

適用於