[][src]Module embedded_graphics::coord

2D signed coordinate in screen space

This struct is what you should use when positioning graphics elements as it can handle negative coordinates. To output pixel coordinates, use UnsignedCoord.

Structs

Coord

2D signed integer coordinate type

Traits

ToUnsigned

Convert a value to an unsigned coordinate