Click or drag to resize
XDL

XftPointGet Method

Point값을 얻는다.

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public void Get(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x
Type: SystemDouble
[Out] Point에 대한 x 값
y
Type: SystemDouble
[Out] Point에 대한 y 값
z
Type: SystemDouble
[Out] Point에 대한 z 값
See Also