 |
SharpEngineSceneViewDisableWpfResizingOfRenderedImage Property |
Gets or sets a Boolean that specifies if WPF can use linear filtering to resize the rendered image so that it fits the area to a subpixel values.
Default value is true which shows a cleared rendered image because the exact same image is shows as rendered by SharpEngine.
This requires that the root Window element or parent element that sets the size for SharpEngineSceneView (for example Grid) has UseLayoutRounding set to true.
This property can be set to false to exactly match (to subpixel value) the size of the rendered image and exactly align it to other WPF objects. This may produce more blurred image.
Namespace: Ab4d.SharpEngine.WpfAssembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic bool DisableWpfResizingOfRenderedImage { get; set; }Property Value
Boolean
See Also