Click or drag to resize
XDL

Xcg Class

컴퓨터 그래픽스와 관련된 함수들을 제공한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NGRXcg

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 2.0.3.31
Syntax
C#
public class Xcg

The Xcg type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetClosestPtOnLine
선분과 점의 최단점을 구한다.
Public methodStatic memberIsPtOnPoly
입력 정점배열로 이루어진 폴리라인(또는 폴리곤)에 대해 특정 위치에 대한 hit-testing을 수행한다.
Top
See Also