Click or drag to resize
XDL

XftMultiPoint Class

XftMultiPoint클래스는 여러 개의 Point들로 구성된 객체를 정의한다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public class XftMultiPoint : XftGeometry

The XftMultiPoint type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNumPoint
this객체 안에 존재하는 좌표점들의 수를 얻는다.
Top
Methods
  NameDescription
Public methodAddPoint
XftPoint을 추가한다.
Public methodGetPoint
입력 인덱스에 해당하는 XftPoint 객체를 반환한다.
Top
See Also