Skip to main content

IRoundRect

Type Alias IRoundRect 

Source
pub type IRoundRect = RoundedRectangle<i32>;
Expand description

A struct representing an axis-aligned rounded rectangle. Two points and an ‘i32’ are stored: the top left vertex, the bottom right vertex and the radius of the rounded corners.

Alias for a rectangle with i32 coordinates.

Aliased Type§

pub struct IRoundRect { /* private fields */ }