get_height
Description:
[ Version ( deprecated = true , deprecated_since = "3.22" , since = "2.2" ) ]
public int get_height ()
public int get_height ()
Warning: get_height is deprecated since 3.22.
Gets the height of this in pixels.
Note:
Use per-monitor information instead
The returned size is in ”application pixels”, not in ”device pixels” (see get_monitor_scale_factor).
Parameters:
this |
a Screen |
Returns:
the height of this in pixels. |