|
NXMilmapEnginePreTranslateMessage Method
|
윈도우 메시지를 보내기 전에 맵 엔진에서 메시지를 처리하기 위해 사용된다.
Namespace: Pixoneer.NXDL.NXMilmapAssembly: NXMilmap (in NXMilmap.dll) Version: 2.0.3.38
Syntaxpublic bool PreTranslateMessage(
ref Message m
)
Parameters
- m Message
- 처리한 메시지가 있는 메시지 구조체.
Return Value
Boolean 메시지가 처리되어 보낼 필요가 없으면 true를 반환한다; 메시지가 처리되지 않고 보내야 하는 경우 false를 반환한다.
See Also