using the WriteableBitMapExWPhone I have successful create the image with mask effect, however I wonder how can I set that image to be my page background? My code below:
As i see the codeplex site for Wr开发者_JAVA百科iteableBitmapEx :- http://writeablebitmapex.codeplex.com/
This is about extracting the RGB from a pixel value. Here is the code snippet: Byte a = (Byte)(myColor >> 24);
In my app, I am composing an HMTL email message with the 3.0+ MFMailComposeViewController. To do this, I created an HTML file, with some placeholders.