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

スナップ ポイントを適用するときに使用する配置。

戻り値

スナップ ポイント距離の読み取り専用コレクション。 スナップ ポイントが存在しない場合は、空のコレクションを返します。

実装

適用対象