Click or drag to resize
XDL

XvcLine Class

두 점으로 이루어지는 직선을 도시한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NVCXvcObj
    Pixoneer.NXDL.NVCXvcLine

Namespace: Pixoneer.NXDL.NVC
Assembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntax
C#
public class XvcLine : XvcObj

The XvcLine type exposes the following members.

Constructors
 NameDescription
Public methodXvcLine XvcLine 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXvcLine(XvcObj*) XvcLine의 새로운 인스턴스를 입력 값(C++ XvcLine)을 통해 초기화한다.
Top
Properties
 NameDescription
Public propertyEndShapeType 끝 정점의 모양을 확인하거나 설정한다.
Public propertyStartShapeType 시작 정점의 모양을 확인하거나 설정한다.
Top
Methods
 NameDescription
Public methodGetVertices 직선의 두 점을 가져온다.
Public methodSetVertices 직선의 두 점을 설정한다.
Top
See Also