writablebitmap Questions
1
Solved
Above is the image i am using. What i am trying to achieve is removing the red portion of the border from the image. How can I achieve this programmatically in windows phone? I found WriteableBit...
Irritate asked 6/6, 2013 at 12:5
1
Solved
I am trying to copy a part of a BitmapSource to a WritableBitmap.
This is my code so far:
var bmp = image.Source as BitmapSource;
var row = new WriteableBitmap(bmp.PixelWidth, bottom - top, bmp.D...
Brandonbrandt asked 3/5, 2011 at 9:37
1
© 2022 - 2024 — McMap. All rights reserved.