|
NXVideoEnginePreTranslateMessage Method
|
Application에서 발생한 메시지를 엔진에서 필요한 메시지 기능으로 필터링을 수행한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool PreTranslateMessage(
ref Message m
)
Parameters
- m Message
- Window 메시지 객체.
Return Value
Boolean 메시지는 여러객체를 통해 필터링이 수행되는데, 더이상 메시지 필터링을 진행하지 않음을 의미하는것은 true를 다음 메시지 필터로 계속 진행시키는것은 false를 반환한다.
See Also