|
NXImageLayerVectorDisplayHitTest Method
|
특정 위치에 해당 객체의 hit-testing을 수행한다.
Namespace: Pixoneer.NXDL.NXImageAssembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntaxpublic XvcObj HitTest(
XVertex3d vWorld,
ref XHitFlag hit
)
Parameters
- vWorld XVertex3d
- [In] 테스트를 위한 위치 좌표.
- hit XHitFlag
- [In] 객체 hit-testing 결과
Return Value
XvcObj 적중된 XvcObj 객체를 반환하고, 그렇지 않으면 null을 반환한다.
See Also