Click or drag to resize
XDL

XvcText Class

특정 위치에 문자열을 도시한다.
Inheritance Hierarchy

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

The XvcText type exposes the following members.

Constructors
  NameDescription
Public methodXvcText
XvcText 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXvcText(XvcObj*)
XvcText의 새로운 인스턴스를 입력 값(C++ XvcText)을 통해 초기화한다.
Top
Properties
  NameDescription
Public propertyBold
문자열을 굵게 도시할지 여부를 확인하거나 설정한다.
Public propertyDrawBorder
경계를 도시할지 여부를 확인하거나 설정한다.
Public propertyFontName
글꼴 이름을 가져오거나 설정한다.
Public propertyFontSize
문자열의 글꼴 크기를 가져오거나 설정한다.
Public propertyItalic
기울여서 도시할지 여부를 확인하거나 설정한다.
Public propertyParentObj
다른 객체가 현재 XvcText를 포함하고 있을 경우 상위 XvcObj 를 가져온다.(예:XvcMeasurePoint/XvcMeasureDist/XvcMeasureArea/XvcMeasureAngle)
Public propertyStrikeOut
문자열에 가로줄을 도시할지(strike out) 여부를 확인하거나 설정한다.
Public propertyText
화면에 도시하는 문자열을 가져오거나 설정한다.
Public propertyUnderline
언더라인을 적용할지 여부를 확인하거나 설정한다.
Top
Methods
See Also