Click or drag to resize
XDL

XftPolygonGetRing Method

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

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

Parameters

index
Type: SystemInt32
[In] 인덱스

Return Value

Type: XftLinearRing
XftLinearRing객체.
See Also