 |
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: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic bool DisableWpfResizingOfRenderedImage { get; set; }
Property Value
Boolean[Missing <value> documentation for "P:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.DisableWpfResizingOfRenderedImage"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.DisableWpfResizingOfRenderedImage"]
See Also