Click or drag to resize
XDL

XftPolygon Class

이 클래스는 Polygon을 정의한다. XftPolygon은XftLinearRing객체가 1개 이상으로 구성되어서 이루어진 객체이다. 예를 들어, 도넛 모양의 객체가 이에 포함된다.
Inheritance Hierarchy

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

The XftPolygon type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNumRing
this객체 내에 존재하는 XftLinearRing객체의 갯수를 반환한다.
Top
Methods
  NameDescription
Public methodAddRing
XftLinearRing을 추가한다.
Public methodGetRing
입력 인덱스에 해당하는 XftLinearRing객체를 반환한다.
Public methodIsPointOnSurface
입력하는 좌표점이 Surface상에 존재하는지 여부를 반환한다.
Top
See Also