Quantcast
Channel: WriteableBitmapEx
Viewing all articles
Browse latest Browse all 360

New Post: Invalidate not present in WPF

$
0
0
with the following code
        wbmp = BitmapFactory.New(300, 300);
        IMG1.Source = wbmp;
        BitmapContext bmpc = wbmp.GetBitmapContext();

        // Clear the WriteableBitmap with white color
        wbmp.Clear(Colors.Red);

        wbmp.DrawLine(0, 0, 1000, 1000, Colors.Black);
I can't see nothing on screen and Invalidate is not present in WPF. How can I use the library on FPF?

Best regards

Viewing all articles
Browse latest Browse all 360

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>