GetButtonAtPosition 方法
[與此頁面相關的功能 DirectShow是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對Windows 10和Windows 11進行優化。 Microsoft 強烈建議新程式碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議使用舊版 API 的現有程式碼盡可能重寫為使用新的 API。
注意
此元件可用於 Microsoft Windows 2000、Windows XP 和 Windows Server 2003 作業系統。 它在後續版本中可能會變更或無法使用。
GetButtonAtPosition
方法會擷取指定座標上的按鈕數目,而不需選取或啟用按鈕。
[ iButton = ] MSWebDVD.GetButtonAtPosition(xPos, yPos)
參數
-
xPos
-
將滑鼠指標的 x 座標指定為 Integer。
-
yPos
-
將滑鼠指標的 Y 座標指定為 Integer。
傳回值
傳回整數值,指定按鈕,如果有的話,位於指定的位置。
備註
如果指定座標上沒有按鈕,這個方法會傳回零。 在將 DisableAutoMouseProcessing 設定為 true之後實作自訂滑鼠處理時,請使用這個方法。
另請參閱