This function returns the coordinates of the specified corner of the display. This function works only on windows.
Examples
if (FALSE) { # \dontrun{
size <- display_size()
display_corner(size, "top_left", 800, 800)
} # }
This function returns the coordinates of the specified corner of the display. This function works only on windows.
if (FALSE) { # \dontrun{
size <- display_size()
display_corner(size, "top_left", 800, 800)
} # }