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

맞춤 지점을 적용할 때 사용할 맞춤입니다.

반환

끌기 지점 거리의 읽기 전용 컬렉션입니다. 끌기 지점이 없으면 빈 컬렉션을 반환합니다.

구현

적용 대상