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

요청된 끌기 지점을 적용할 때 호출자가 사용하는 맞춤입니다.

반환

지정된 방향의 끌기 지점을 나타내는 숫자의 읽기 전용 컬렉션이거나 끌기 지점이 없는 경우 빈 컬렉션입니다.

구현

적용 대상