Click or drag to resize
XDL

NanFigureText Constructor

NanFigureText 클래스의 생성자로서, 텍스트박스 도형 type을 인자로 받아 멤버변수에 대하여 초기화를 수행한다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public NanFigureText(
	eFigureTextType figType = eFigureTextType.Rect
)

Parameters

figType  eFigureTextType  (Optional)
텍스트박스 도형 type
See Also