Struct image::math::Rect [−][src]
A Rectangle defined by its top left corner, width and height.
Fields
x: u32
The x coordinate of the top left corner.
y: u32
The y coordinate of the top left corner.
width: u32
The rectangle’s width.
height: u32
The rectangle’s height.