Click or drag to resize
XDL

NXImageLayerGPU Events

The NXImageLayerGPU type exposes the following members.

Events
  NameDescription
Public eventOnOrthoRender
레이어가 렌더링될 때 사용자가 객체를 정사투영형태로 도시하려고 하면, 여기에 도시 코드를 추가하면 된다. 이 이벤트 함수에서는 화면 좌표 체계로 구현되어야 한다.
Public eventOnPreTranslateMessage
윈도우 메시지가 처리되면 이 이벤트 함수가 발생한다.
Public eventOnRender
레이어가 렌더링될 때 사용자가 객체를 원근법에 따라 도시하려고 하면, 여기에 도시 코드를 추가하면 된다. 이 이벤트 함수에서는 world 좌표 체계로 구현되어야 한다.
Top
See Also