Click or drag to resize
XDL

NXPlanetLayer Events

The NXPlanetLayer type exposes the following members.

Events
  Name Description
Public event OnClear 레이어가 삭제 될 때 발생한다.
Public event OnOrthoRender Planet 레어이가 렌더링 하는 경우에 발생된다 사용자가 이 곳에 그리는 코드를 작성할 수 있다. 좌표계는 스크린 좌표계를 사용해야 한다.
Public event OnRender Planet 레어이가 렌더링 하는 경우에 발생된다 사용자가 이 곳에 그리는 코드를 작성할 수 있다. 좌표계는 세계 좌표계를 사용해야 한다.
Public event OnWndProc 윈도우 메세지가 전달 될 때 발생한다.
Top
See Also