Drawing image using Blur effects in UWP is not properly set size for the image
问题 I want to blur the image using slider. For this, I have used Win2D Blur effects and draw the image in CanvasControl and added the canvas over the actual image. Download sample here Steps. 1. Added CanvasControl in button click. It will add a child to grid over the actual element 2. Change Slider to apply the blur 3. Issue: Image stretched and it's size too large and look like cropped. Not in the given size (500, 400) [XAML] <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="7*"/>