다음을 통해 공유


InkAnalysisInkDrawing.Points 속성

정의

InkAnalysisInkDrawing 개체의 모양을 지정하는 데 사용되는 모든 의 X, Y 좌표 컬렉션을 가져옵니다.

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포인트

적용 대상