[−][src]Function conrod_core::widget::rounded_rectangle::points
pub fn points(rect: Rect, radius: Scalar, corner_resolution: usize) -> PointsⓘProduce an iterator yielding the outer points of a rounded rectangle.
rectdescribes the location and dimensionsradiusdescribes the radius of the corner circles.corner_resolutionthe number of lines used to draw each corner.