 |
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.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic bool DisableWpfResizingOfRenderedImage { get; set; }
Property Value
Boolean
See Also