Description:
- Need to save the specific circular portion of the image using the RenderTargetBitmap gets blank image.
Steps to reproduce:
- Load the image control with the image.
- Save the image source to the image brush source.
- Set the image brush to the ellipse fill.
- Then convert the ellipse element to image using the RenderTargetBitmap.
(OR)
- Run the below sample:
- Click the crop button to crop the image.
- Click the set source button to set the element converted image to the image source.
- Output gets a blank image.
Sample Link: https://github.com/ragulsv/CircleCrop