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

要求されたスナップ ポイントを適用するときに呼び出し元によって使用される配置。

戻り値

指定した方向のスナップ ポイントを表す数値の読み取り専用コレクション、またはスナップ ポイントが存在しない場合は空のコレクション。

実装

適用対象