Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneViewGetDpiScale Method

Returns the dpiScaleX and dpiScaleY of the specified UIElement.

Namespace: Ab4d.SharpEngine.WinUI
Assembly: Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public static (float , float ) GetDpiScale(
	UIElement? uiElement
)

Parameters

uiElement  UIElement
UIElement

Return Value

ValueTupleSingle, Single
tuple with dpiScaleX and dpiScaleY
See Also