pub type BackendCoord = (i32, i32);
Expand description

A coordinate in the pixel-based backend. The coordinate follows the framebuffer’s convention, which defines the top-left point as (0, 0).