 |
SceneViewDpiScaleY 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.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic float DpiScaleY { get; set; }
Property Value
Single[Missing <value> documentation for "P:Ab4d.SharpEngine.SceneView.DpiScaleY"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.SceneView.DpiScaleY"]
See Also