Click or drag to resize
XDL

XvcPolygonRemoveAt Method

특정 인덱스에 있는 정점을 제거한다.

Namespace: Pixoneer.NXDL.NVC
Assembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntax
C#
public void RemoveAt(
	int nIndex
)

Parameters

nIndex  Int32
[In] 제거하고자 하는 인덱스.
See Also