Click or drag to resize
XDL

NXPlanetLayerSceneEditorHitTest Method (XVertex3d, XVertex3d, ArrayList)

특정 영역에 객체의 hit-testing을 수행하고 hit-testing된 모든 객체를 반환한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public bool HitTest(
	XVertex3d vLL,
	XVertex3d vUR,
	out ArrayList outArray
)

Parameters

vLL
Type: Pixoneer.NXDLXVertex3d
대상 영역의 왼쪽 하단 위치.
vUR
Type: Pixoneer.NXDLXVertex3d
대상 영역의 오른쪽 상단 위치.
outArray
Type: System.CollectionsArrayList
hit-testing 된 객체를 배열로 반환한다.

Return Value

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