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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public bool UseInverseDpiScaleOnSwapChainPanel { get; set; }

Property Value

Boolean
See Also