Click or drag to resize
XDL

XscMeasureArea Class

이 클래스는 정점으로 연결되는 다각형 영역의 면적을 측정한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NSCENEXscObj
    Pixoneer.NXDL.NSCENEXscPolygon
      Pixoneer.NXDL.NSCENEXscMeasureArea

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 3.0.0.1
Syntax
C#
public class XscMeasureArea : XscPolygon

The XscMeasureArea type exposes the following members.

Constructors
 NameDescription
Public methodXscMeasureArea XscMeasureArea 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXscMeasureArea(IntPtr) XscMeasureArea 객체를 생성하고 데이터 멤버를 초기화한다.
Top
Properties
 NameDescription
Public propertyAreaUnitType 면적 측정 단위를 가져오거나 설정한다.
Public propertyFontColorMeasure 측정 결과 문자열 색상을 가져오거나 설정한다.
Public propertyFontHeightMeasure 측정 결과 글꼴 크기를 가져오거나 설정한다.
Top
Methods
 NameDescription
Public methodGetResultArea 면적 측정 결과를 확인한다. 단위 : 제곱 meter
Top
See Also