Click or drag to resize
XDL

XTextPrinterPrint(String, XVertex3d, eTextAlign, Color, Boolean, Color) Method

스크린 상에 입력된 텍스트를 도시한다.

Namespace: Pixoneer.NXDL.NGR
Assembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntax
C#
public bool Print(
	string str,
	XVertex3d posWorld,
	eTextAlign align,
	Color color,
	bool bOutLine,
	Color clrOutLine
)

Parameters

str  String
도시를 위한 텍스트 String 객체.
posWorld  XVertex3d
OpenGL의 렌더링 공간인 World 공간상의 좌표.
align  eTextAlign
텍스트의 정렬 방법 설정.
color  Color
텍스트의 색상 설정.
bOutLine  Boolean
텍스트를 그릴때 외곽선을 그릴지 말지 여부 설정.
clrOutLine  Color
텍스트를 그릴때 외곽선의 색상 설정.

Return Value

Boolean
성공이면 true, 실패이면 false
See Also