Click or drag to resize
XDL

XscObjHitTest Method (XscCoord, XHitFlag)

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

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

Parameters

vt
Type: Pixoneer.NXDL.NSCENEXscCoord
[In] 테스트 점.
hit
Type: Pixoneer.NXDLXHitFlag
[Out] hit-test 가 성공하면 값의 상태를 반환한다.

Return Value

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