Click or drag to resize
XDL

XscPolyLine Methods

The XscPolyLine type exposes the following members.

Methods
  Name Description
Public method AddPoint(XscCoord) 폴리라인의 점을 추가한다.
Public method AddPoint(Double, Double, Double) 폴리라인의 점을 추가한다.
Public method GetNumofVertex 폴리라인의 점의 개수를 확인한다.
Public method GetPoint(Int32) 폴리라인의 점의 위치를 확인한다.
Public method GetPoint(Int32, Double, Double, Double) 폴리라인의 점의 위치를 확인한다.
Public method InsertPointAt 폴리라인의 중간에 점을 추가한다.
Public method RemoveAll 폴리라인의 점을 모두 삭제한다.
Public method RemovePointAt 폴리라인의 점을 삭제한다.
Public method SetPoint 폴리라인의 위치를 설정한다.
Top
See Also