Click or drag to resize
XDL

NanBase Methods

The NanBase type exposes the following members.

Methods
  Name Description
Public method AddHead 리스트의 맨 앞에 NanLayer 객체를 추가한다.
Public method AddTail 리스트의 끝 부분에 NanLayer 객체를 추가한다.
Public method CalcRange NanBase 객체의 최소, 최대 범위를 계산한다.
Public method GetCenter 중심 위치를 가져온다.
Public method HitTest Hit Test 를 수행한다.
Public method InsertLayer 리스트의 지정된 index 에 NanLayer 객체를 삽입한다.
Public method Load NVMZ 파일을 로딩해서 NanBase 정보를 셋팅한다.
Public method Normalize scale factor 를 적용해서 리스트의 모든 요소를 Normalize 한다.
Public method RemoveLayer(Int32) 리스트의 지정한 index 에서 NanLayer 객체를 제거한다.
Public method RemoveLayer(NanLayer) 리스트에서 맨 처음 발견되는 NanLayer 객체를 제거한다.
Public method RemoveLayerAll 리스트에서 모든 NanLayer 객체를 제거한다.
Public method Save NanBase 객체를 지정한 경로에 저장한다.
Public method SetAt 리스트의 지정한 index 에 NanLayer 객체를 설정한다.
Public method Static member ToObjectString 객체 class 이름을 가져온다.
Top
See Also