Click or drag to resize
XDL

NanLayer Methods

The NanLayer type exposes the following members.

Methods
  Name Description
Public method AddHead 리스트의 맨 앞에 NanObj 객체를 추가한다.
Public method AddTail 리스트의 끝 부분에 NanObj 객체를 추가한다.
Public method AdjustObjectAfterNormalize Normailize 후에 새로 적용될 뷰에 적합한 textSizeUnit, thickUnit, pointSizeUnit을 각 object에 설정하고
자동텍스트박스 또는 측정주기 내 텍스트박스의 사이즈 및 위치를 조절한다.
Public method CalcRange NanLayer 객체의 최소, 최대 범위를 계산한다.
Public method HitTest Hit Test 를 수행한다.
Public method InsertObj 리스트의 지정된 index 에 NanObj 객체를 삽입한다.
Public method Normalize scale factor 를 적용해서 리스트의 모든 요소를 Normalize 한다.
Public method RemoveObj(Int32) 리스트의 지정한 index 에서 NanObj 객체를 제거한다.
Public method RemoveObj(NanObj) 리스트에서 맨 처음 발견되는 NanObj 객체를 제거한다.
Public method RemoveObjAll 리스트에서 모든 NanObj 객체를 제거한다.
Public method SetAt 리스트의 지정한 index 에 NanObj 객체를 설정한다.
Public method Static member ToObjectString 객체 class 이름을 가져온다.
Top
See Also