Click or drag to resize
XDL

XvcMeasureAreaRemoveAt 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