InkAnalysisInkDrawing.Points 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public:
property IVectorView<Point> ^ Points { IVectorView<Point> ^ get(); };
IVectorView<Point> Points();
public IReadOnlyList<Point> Points { get; }
var iVectorView = inkAnalysisInkDrawing.points;
Public ReadOnly Property Points As IReadOnlyList(Of Point)
속성 값
설명
점의 컬렉션은 그리는 셰이프에 따라 달라집니다.
- 타원: 도형을 정의하는 두 축의 각 끝점에 대해 하나씩 4개 점
- 폴리라인: 셰이프를 정의하는 각 꼭짓점에 대해 1포인트