Click or drag to resize
XDL

XftLineStringAddPoint Method

좌표 점을 추가한다.

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

Parameters

x
Type: SystemDouble
[In] x 좌표값
y
Type: SystemDouble
[In] y 좌표값
z
Type: SystemDouble
[In] z 좌표값
See Also