 |
SharpEngineSceneViewDpiScaleY Property |
Gets or sets a float that represents a DPI scale factor in Y 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.WpfAssembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic float DpiScaleY { get; }
Property Value
Single[Missing <value> documentation for "P:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.DpiScaleY"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.DpiScaleY"]
See Also