Click or drag to resize
XDL

NanMeasureRadius Methods

The NanMeasureRadius type exposes the following members.

Methods
  Name Description
Public method CalcRange 객체의 최소, 최대 범위를 계산한다.
(Overrides NanObjCalcRange)
Public method ChangeTextPosition 측정값과 측정값 도시 위치를 계산한다.
Public method Clone 객체를 복사한다.
(Overrides NanObjClone)
Public method Set 범위 측정을 위한 위치를 설정한다.
Public method SetBackColor Background 색을 설정한다.
(Overrides NanObjSetBackColor(Color))
Public method SetFillStyle 채우기 스타일을 설정한다.
(Overrides NanObjSetFillStyle(eFillStyle))
Public method SetForeColor Foreground 색을 설정한다.
(Overrides NanObjSetForeColor(Color))
Public method SetIsDrawBorder 바운더리 도시 여부를 설정한다.
(Overrides NanObjSetIsDrawBorder(Boolean))
Public method SetIsDrawFill 채우기 여부를 설정한다.
(Overrides NanObjSetIsDrawFill(Boolean))
Public method SetLineColor 선 색을 설정한다.
(Overrides NanObjSetLineColor(Color))
Public method SetLineStyle 선 스타일을 설정한다.
(Overrides NanObjSetLineStyle(eLineStyle, DoubleCollection))
Public method SetLineThick 선 두께를 설정한다.
(Overrides NanObjSetLineThick(Double))
Public method SetTextColor 글씨 색을 설정한다.
(Overrides NanObjSetTextColor(Color))
Public method SetTextSizeUnit 텍스트 크기 단위(world 좌표 단위)를 설정한다.
Public method SetThickUnit 도형의 선 굵기 단위(world 좌표 단위)를 설정한다.
(Overrides NanObjSetThickUnit(Boolean, Double, Double))
Public method Static member ToObjectString 객체 class 이름을 가져온다.
Top
See Also