GH_GraphicsUtilUiScale Property |
Gets the screen-scaling factor for the entire system.
Use the UiAdjust methods in the Grasshopper top level namespace
(Global_Proc module) to modify integer and single values.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static float UiScale { get; }
Public Shared ReadOnly Property UiScale As Single
Get
Property Value
Type:
Single[Missing <value> documentation for "P:Grasshopper.GUI.GH_GraphicsUtil.UiScale"]
Return Value
Type:
SingleScaling factor (dpi / 96).
See Also