Struct orbtk::window::WindowRenderer [] [src]

pub struct WindowRenderer<'a> { /* fields omitted */ }

Methods

impl<'a> WindowRenderer<'a>
[src]

[src]

Trait Implementations

impl<'a> Renderer for WindowRenderer<'a>
[src]

[src]

Get width

[src]

Get height

[src]

Access the pixel buffer

[src]

Access the pixel buffer mutably

[src]

Flip the buffer

[src]

Draw a character, using the loaded font

[src]

Draw a pixel

[src]

Draw a piece of an arc. Negative radius will fill in the inside

[src]

Draw a circle. Negative radius will fill in the inside

[src]

[src]

Draw a line

[src]

[src]

Draw a path (GraphicsPath)

[src]

Set entire window to a color

[src]

Sets the whole window to black

[src]

Draw rectangle

[src]

Display an image

[src]

Draw a linear gradient in a rectangular region

[src]

Draw a rect with rounded corners

impl<'a> Drop for WindowRenderer<'a>
[src]

[src]

Executes the destructor for this type. Read more