Click or drag to resize
XDL

XvcTextGetPosition Method (Double, Double, Double)

문자열 위치를 가져온다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public void GetPosition(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x
Type: SystemDouble
[Out] 문자열 위치의 x 좌표.
y
Type: SystemDouble
[Out] 문자열 위치의 y 좌표.
z
Type: SystemDouble
[Out] 문자열 위치의 z 좌표.
See Also