[][src]Function conrod_core::widget::rounded_rectangle::points

pub fn points(rect: Rect, radius: Scalar, corner_resolution: usize) -> Points

Notable traits for Points

impl Iterator for Points type Item = Point;

Produce an iterator yielding the outer points of a rounded rectangle.