StackPanel.GetIrregularSnapPoints(Orientation, SnapPointsAlignment) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. 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
맞춤 지점을 적용할 때 사용할 맞춤입니다.
반환
끌기 지점 거리의 읽기 전용 컬렉션입니다. 끌기 지점이 없으면 빈 컬렉션을 반환합니다.