Click or drag to resize
AB4D logo

DXImageSetDpiScale Method

Sets the Dpi scale that will be used by this DXImage

Namespace: Ab3d.DirectX.Controls
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public void SetDpiScale(
	double dpiScaleX,
	double dpiScaleY
)

Parameters

dpiScaleX  Double
dpiScaleX
dpiScaleY  Double
dpiScaleY
See Also