Module conrod::widget::rounded_rectangle [] [src]

Similar to the Rectangle widget however is drawn with rounded corners.

The roundedness of the corners is specified with a radius. This indicates the radius of the circle used to draw the corners.

Structs

RoundedRectangle

Draws a rectangle with corners rounded via the given radius.

State

Unique state for the RoundedRectangle.

Constants

DEFAULT_CORNER_RESOLUTION

The default resolution of the circle used to draw the rounded corners.