Click or drag to resize
XDL

XftMultiPolygonGetPolygon Method

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

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

Parameters

index
Type: SystemInt32
[In] 인덱스

Return Value

Type: XftPolygon
XftPolygon객체.
See Also