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
要求されたスナップ ポイントを適用するときに呼び出し元によって使用される配置。
戻り値
指定した方向の不規則なスナップ ポイントを表す数値の読み取り専用コレクション、または不規則なスナップ ポイントが存在しない場合は空のコレクション。