Click or drag to resize
XDL

XftLineString Class

XftLineString클래스는 여러 점의 Point들로 구성된 Line을 정의한다.
Inheritance Hierarchy

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

The XftLineString type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNumPoint
this객체 안에 존재하는 좌표점들의 수를 얻는다.
Top
Methods
  NameDescription
Public methodAddPoint
좌표 점을 추가한다.
Public methodGetPoint
입력된 인덱스에 해당하는 좌표 점을 얻는다.
Public methodRemoveAllPoint
this객체 안의 모든 좌표점들을 삭제한다.
Public methodSetPoint
특정 인덱스에 있는 포인트 값을 재 설정한다.
Top
See Also