Click or drag to resize
XDL

XftGeometry Class

XftGeometry클래스는 모든 Geometry클래스의 Base클래스이다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NFTXftGeometry
    More...

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public class XftGeometry : IDisposable

The XftGeometry type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEnvelope
this 객체의 공간영역에 대한 XftEnvelope3D객체를 얻는다.
Public propertyShowObj
this 객체에 대하여 Show/Hide를 수행한다.
Public propertyType
this 객체에 대한 Geometry Type을 얻는다.
Top
Methods
  NameDescription
Public methodCalcRange
this객체의 공간정보에 대하여 Range를 계산한다.
Public methodEquals
this객체가 외부 입력 XftGeometry객체와 동일한지 여부를 반환한다.
Public methodHitTest
this객체에 대하여 입력된 지점 정보에 대하여 Hit-Test를 수행하여 상태를 반환
Public methodIsEmpty
이객체를 상속받은 객체의 Geometry가 비워있는지 여부를 반환한다.
Top
See Also
Inheritance Hierarchy