Click or drag to resize
XDL

NXPlanetLayer Methods

The NXPlanetLayer type exposes the following members.

Methods
  NameDescription
Public methodGetLayerID
레이어의 고유 ID를 가져온다.
(Overrides NXRenderLayerGetLayerID.)
Public methodInitialize
내부 초기화 함수이다. 이것은 NXPlanetEngine에 의해 오직 한번 호출 된다.
(Overrides NXRenderLayerInitialize.)
Public methodProcessScreenToWorldConvLevel
사용자가 ScreenToWorld 함수를 호출할 때 처리 수준을 제어하는 고급 함수이다.
Public methodScreenToWorld(Int32, XVertex2d, Int32)
스크린 좌표를 세계 좌표로 변환하며, 한 점을 입력으로 한다.
Public methodScreenToWorld(Int32, ArrayList, Int32)
스크린 좌표를 세계 좌표로 변환하며, 여러 점을 입력으로 한다.
Top
See Also