<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I have the following bit of code</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>bckgrnd = new Graphics::TBitmap;<BR>&nbsp;&nbsp; 
bckgrnd-&gt;Width = ClientWidth;<BR>&nbsp;&nbsp; bckgrnd-&gt;Height = 
ClientHeight;<BR>&nbsp;HDC 
hdc;<BR>&nbsp;hdc=bckgrnd-&gt;Canvas-&gt;Handle;<BR>&nbsp;&nbsp;cairo_pattern_t 
*pat;<BR>&nbsp;cairo_surface_t *surface;<BR><BR>&nbsp;surface = 
cairo_win32_surface_create (hdc);<BR>&nbsp;background = cairo_create 
(surface);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>....</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The idea is the to draw on the background surface 
and BitBlt it on my paint routine. However, with the code above it appears that 
the initial drawing space is filled white (guessing rgba are all 1). Is there a 
way to get the initial drawing region to be transparant.&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Michael</FONT></DIV></BODY></HTML>