 |
SharpEngineSceneViewGetDpiScale Method |
Returns the dpiScaleX and dpiScaleY of the specified UIElement.
Namespace: Ab4d.SharpEngine.WinUIAssembly: Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic static (float , float ) GetDpiScale(
UIElement? uiElement
)
Parameters
- uiElement UIElement
- UIElement
Return Value
ValueTupleSingle,
Singletuple with dpiScaleX and dpiScaleY
See Also