|
XscPolygonRemovePointAt Method
|
다각형의 점을 삭제한다
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public void RemovePointAt(
int index
)
Parameters
- index Int32
- 점의 인덱스.
Return Value
이 함수는 값을 반환하지 않는다.
See Also