LoopingSelectorPanel.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
套用要求的貼齊點時,呼叫端所使用的對齊方式。
傳回
代表指定方向不規則貼齊點的數位只讀集合,如果沒有不規則的貼齊點,則為空集合。