Module coordinates

Module coordinates 

Source
Expand description

Coordinate conversion utilities.

This module provides types and traits for coordinate conversion between client and screen coordinates.

Requires the coordinates feature to be enabled.

Structs§

Point
A point in 2D space.
Rect
A rectangle defined by its top-left corner and size.
Window
Represents a window for coordinate conversion.
WindowStyle
Window style information for coordinate calculations.

Traits§

CoordinateTransformer
Trait for coordinate transformation between client and screen spaces.