In WPF, we can use VisualBrush to do something like ppt on the left side.
But I see that VisualBrush can lose a line in a Rectangle when I scale VisualBrush to a small size. As picture:

You can see that VisualBrush has lost the bottom line.
But I want, as shown below: 
When I try to use BitmapImage, which use RenderTargetBitmap, to get the image and use the linear interpolation algorithm to zoom in, you get a sharpness image.
Can I change the VisualBrush algorithm, I think it can use the algorithm with neighboring pixels.
Is there any printing algorithm that has good performance like VisualBrush.
When I change my search key to ViewBox , I can find the same question as this one: how to avoid a single pixel string in wpf?
source share