Click or drag to resize
Ab4d.SharpEngine logo

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.Wpf
Assembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public 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