Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneViewDpiScaleX Property

Gets or sets a float that represents a DPI scale factor in X direction: 1 means 96 DPI, 1.5 means 144 DPI, etc. This value is used in line and pixel rendering and scales the line thickness or size of pixels.

Namespace: Ab4d.SharpEngine.Wpf
Assembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public float DpiScaleX { get; }

Property Value

Single

[Missing <value> documentation for "P:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.DpiScaleX"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.DpiScaleX"]

See Also