Click or drag to resize
XDL

XftEnvelope3DIsIntersect Method

this객체와 외부에서 입력된 Envelope과의 Intersection 영역이 존재하는지 여부를 채크한다.

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public int IsIntersect(
	ref XftEnvelope3D sOther
)

Parameters

sOther
Type: Pixoneer.NXDL.NFTXftEnvelope3D
외부 Envelope

Return Value

Type: Int32
= Intersect되면 1을 그렇지 않으면 0을 반환한다.
See Also