Click or drag to resize
XDL

XftMultiPointGetPoint Method

입력 인덱스에 해당하는 XftPoint 객체를 반환한다.

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public XftPoint GetPoint(
	int index
)

Parameters

index
Type: SystemInt32
[In] 인덱스

Return Value

Type: XftPoint
XftPoint 객체.
See Also