Guest ChinDangShun Posted October 5, 2004 Report Posted October 5, 2004 .NET Compact Framework do not support the ROP (Raster Operation) like AND, OR, XOR ... (A STUPID MICROSOFT! So they will lose their customers/developers, especially in graphics programming). The MSDN said that: - Can use Interops but .Net CF does not allow ! - Can use BitArray to XOR with existing BitArray but I do not have the sample ! - Can use ControlPaint.DrawReversibleLine but .NET CF does not support ! Could any1 show me which way to draw a line XOR (AND, OR) against the existing image/background ? Thank you.
Guest trojan2k Posted November 2, 2004 Report Posted November 2, 2004 This is hard to do even in Normal C# - IMO doing an XOR against an array and paging the result back to the screen would be too slow ... are you trying to make some kind of selection box ?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now