Click or drag to resize
XDL

XftEnvelope3D Methods

The XftEnvelope3D type exposes the following members.

Methods
  NameDescription
Public methodContains
this객체가 외부에서 입력된 Envelope에 포함되는지 여부를 채크한다
Public methodIntersect
this 객체와 외부에서 입력된 Envelope과의 Intersect된 공간을 정의한다.
Public methodIsInit
Envelope에 대한 값이 설정 되었는지 여부를 반환한다.
Public methodIsIntersect
this객체와 외부에서 입력된 Envelope과의 Intersection 영역이 존재하는지 여부를 채크한다.
Public methodMerge(XftEnvelope3D)
this 객체의 Envelope에 외부에서 입력된 Envelope을 합친다.
Public methodMerge(Double, Double, Double)
this 객체에 최소한의 X, Y, Z방향의 간격을 두기 위해 최소 간격을 입력한다.
Top
See Also