git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9611
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
,vXsrc + vWidth, vYsrc + vHeight
};
POINTL aPoint3[4] = { vXdest, vYdest
,vXsrc + vWidth, vYsrc + vHeight
};
POINTL aPoint3[4] = { vXdest, vYdest
+ ,vXdest + vWidth, vYdest + vHeight
+ ,vXsrc, vYsrc
+ ,vXsrc + vWidth, vYsrc + vHeight
+ };
+ POINTL aPoint4[4] = { vXdest, vYdest
,vXdest + vWidth, vYdest + vHeight
,0, 0
,vWidth, vHeight
,vXdest + vWidth, vYdest + vHeight
,0, 0
,vWidth, vHeight
rc = ::GpiBitBlt( GetHPS()
,hPSMask
,4L
rc = ::GpiBitBlt( GetHPS()
,hPSMask
,4L
,ROP_SRCAND
,BBO_IGNORE
);
,ROP_SRCAND
,BBO_IGNORE
);
rc = ::GpiBitBlt( GetHPS()
,hPSMask
,4L
rc = ::GpiBitBlt( GetHPS()
,hPSMask
,4L
,ROP_SRCPAINT
,BBO_IGNORE
);
,ROP_SRCPAINT
,BBO_IGNORE
);