Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneViewUseInverseDpiScaleOnSwapChainPanel Property

When true, then the scale of the SwapChainPanel is set so that the SwapChainPanel correctly shows the content of the SceneView (otherwise only the top-left part of the whole scene is shown - the size depends on the screen's DPI settings). This is required to fix a bug in a SwapChainPanel. Default value is true.

Namespace: Ab4d.SharpEngine.WinUI
Assembly: Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public bool UseInverseDpiScaleOnSwapChainPanel { get; set; }

Property Value

Boolean
See Also