Click or drag to resize
XDL

NXVideoMessageFilterPreFilterMessage Method

Application에서 발생한 메시지를 엔진에서 필요한 메시지 기능으로 필터링을 수행한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public virtual bool PreFilterMessage(
	ref Message m
)

Parameters

m
Type: System.Windows.FormsMessage
Window 메시지 객체.

Return Value

Type: Boolean
메시지는 여러객체를 통해 필터링이 수행되는데, 더이상 메시지 필터링을 진행하지 않음을 의미하는것은 true를 다음 메시지 필터로 계속 진행시키는것은 false를 반환한다.

Implements

IMessageFilterPreFilterMessage(Message)
See Also