ItemsPresenter.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
요청된 끌기 지점을 적용할 때 호출자가 사용하는 맞춤입니다.
반환
지정된 방향의 끌기 지점을 나타내는 숫자의 읽기 전용 컬렉션이거나 끌기 지점이 없는 경우 빈 컬렉션입니다.