Click or drag to resize
XDL

XvcEllipse Class

타원을 도시한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NVCXvcObj
    Pixoneer.NXDL.NVCXvcEllipse

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

The XvcEllipse type exposes the following members.

Constructors
 NameDescription
Public methodXvcEllipse XvcEllipse 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXvcEllipse(XvcObj*) XvcEllipse의 새로운 인스턴스를 입력 값(C++ XvcEllipse)을 통해 초기화한다.
Top
Properties
 NameDescription
Public propertyIsCircleMode 정원 그리기 여부를 가져오거나 설정한다.
Public propertyRotAngle 타원의 회전을 위한 각도를 가져오거나 설정한다.
Top
Methods
 NameDescription
Public methodGetAxis 타원의 반경을 가져온다.
Public methodGetCenter 타원의 중심점을 가져온다.
Public methodSetAxis 타원의 반경을 정의한다.
Public methodSetCenter 타원의 중심점을 정의한다.
Top
See Also