Struct imgui::draw_list::Image[][src]

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

Image draw list primitive, not to be confused with the widget imgui::Image.

Implementations

Typically constructed by DrawListMut::add_image

Set uv_min (default [0.0, 0.0])

Set uv_max (default [1.0, 1.0])

Set color tint (default: no tint/white [1.0, 1.0, 1.0, 1.0])

Draw the image 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.