Click or drag to resize
XDL

XDMCompManagerHitTest Method

화면에 도시된 XDMComposite 중에서 특정 위치에 Hitting 되는 가장 상위의 XDMComposite 를 가져온다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntax
C#
public XDMComposite HitTest(
	double x,
	double y
)

Parameters

x  Double
특정 위치의 x 월드 좌표
y  Double
특정 위치의 y 월드 좌표

Return Value

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