Click or drag to resize
XDL

XscObj.HitTest(XscCoord, XHitFlag) Method

특정 좌표에 대한 객치의 Hit-testing을 수행한다. 이 함수의 경우, 테스팅 버퍼를 0으로 하여 수행하기 때문에 특정좌표에 객체가 정확하게 위치해야 true를 반환한다.

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
public virtual bool HitTest(
	XscCoord vt,
	ref XHitFlag hit
)

Parameters

vt  XscCoord
[In] 테스트 점.
hit  XHitFlag
[Out] hit-test 가 성공하면 값의 상태를 반환한다.

Return Value

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