Struct imgui::draw_list::Circle[][src]

pub struct Circle<'ui> { /* fields omitted */ }
Expand description

Represents a circle about to be drawn

Implementations

Typically constructed by DrawListMut::add_circle

Set number of segment used to draw the circle, default to 0. Add more segments if you want a smoother circle.

Set circle’s thickness (default to 1.0 pixel)

Set to true to make a filled circle (default to false).

Draw the circle on the window.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.