Click or drag to resize
XDL

XTextPrinterPrint(String, XVertex3d, XVertex2d, XVertex2d, 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,
	XVertex2d posOffset,
	XVertex2d align,
	Color color,
	bool bOutLine,
	Color clrOutLine
)

Parameters

str  String
도시를 위한 텍스트 String 객체.
posWorld  XVertex3d
OpenGL의 렌더링 공간인 World 공간상의 좌표.
posOffset  XVertex2d
좌표점으로 부터 스크린 공간 Offset만큼 이동시켜 텍스트를 도시.
align  XVertex2d
텍스트의 정렬 방법 설정.
color  Color
텍스트의 색상 설정.
bOutLine  Boolean
텍스트를 그릴때 외곽선을 그릴지 말지 여부 설정.
clrOutLine  Color
텍스트를 그릴때 외곽선의 색상 설정.

Return Value

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