Share via


PivotPanel.GetIrregularSnapPoints(Orientation, SnapPointsAlignment) メソッド

定義

このプロパティは内部使用のために予約されており、コードで使用するためのものではありません。

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

予約済み。

戻り値

予約済み。

実装

適用対象