Click or drag to resize
XDL

NXOverlayLayerMoveTop(Int32) Method

상단으로 이동한다.

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public bool MoveTop(
	int nIndex
)

Parameters

nIndex  Int32
상단으로 이동 할 인덱스

Return Value

Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also