Enum graphics::rectangle::Shape
[−]
[src]
pub enum Shape {
Square,
Round(Radius, Resolution),
Bevel(Radius),
}The shape of the rectangle corners
Variants
SquareSquare corners
Round(Radius, Resolution)Round corners, with resolution per corner.
Bevel(Radius)Bevel corners