Click or drag to resize
XDL

XvcPolygonRemoveAt Method

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

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

Parameters

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