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