Overlay Z-Orders (Windows CE 5.0)

原文地址::http://msdn.microsoft.com/en-us/library/ms924178.aspx


相关网帖

1.Windows CE, directdraw display driver - overlay z order----http://www.mofeel.net/1020-microsoft-public-windowsce-embedded/7762.aspx

2.development, DirectDraw Blt and AlphaBlt are really slow -----http://www.mofeel.net/1019-microsoft-public-windowsce-app-development/5851.aspx

3.Windows CE, How to handle with IDirectDrawSurface::UpdateOverlayZOrder in----http://www.mofeel.net/1020-microsoft-public-windowsce-embedded/640.aspx

4.DDRAWI_DIRECTDRAW_GBL (Windows CE 5.0)----http://msdn.microsoft.com/en-us/library/ms898266.aspx

5.RE: UpdateOverlayZOrder failure----http://www.tech-archive.net/Archive/WindowsCE/microsoft.public.windowsce.embedded/2008-12/msg00069.html



Windows CE 5.0
This topic has not yet been rated Rate this topic
Send Feedback

Overlay surfaces are assumed to be on top of all other screen elements, but when you display multiple overlay surfaces, you need some way to visually organize them.

DirectDraw supports overlay z-ordering to manage the order in which overlays clip each other. Z-order values represent conceptual distances from the primary surface toward the viewer.

They range from 0, which is just on top of the primary surface, to 4 billion, which is as close to the viewer as possible, and no two overlays can share the same z-order.

You set z-order values by calling the IDirectDrawSurface5::UpdateOverlayZOrder method.

Destination color keys are affected only by the bits on the primary surface, not by overlays occluded by other overlays. Source color keys work on an overlay whether or not a z-order was specified for the overlay.

Overlays without a specified z-order are assumed to have a z-order of 0. Overlays that do not have a specified z-order behave in unpredictable ways when overlaying the same area on the primary surface.

A DirectDraw object does not track the z-orders of overlays displayed by other applications.

Note   You can ensure proper clipping of multiple overlay surfaces by calling  UpdateOverlayZOrder in response to WM_KILLFOCUS messages.
When you receive this message, set your overlay surface to the rearmost z-order position by calling the  UpdateOverlayZOrdermethod with the dwFlags parameter set to DDOVERZ_SENDTOBACK.


//=============================================
备注::
1>今天也遇到这样的问题,多个OVERLAY程序,有的OVERLAY程序老是会被盖住的情况,不知道这篇文章中讲的方法是不是可行,明天试一下看看,希望可性!!!



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值