Struct orbtk::InnerWindow [] [src]

pub struct InnerWindow { /* fields omitted */ }

A window

Methods

impl Window
[src]

[src]

Create a new window

[src]

Create a new window with flags

[src]

[src]

Get x

[src]

Get y

[src]

Get title

[src]

[src]

[src]

Set title

[src]

Blocking iterator over events

Trait Implementations

impl Renderer for Window
[src]

[src]

Get width

[src]

Get height

[src]

Access pixel buffer

[src]

Access pixel buffer mutably

[src]

Flip the window buffer

[src]

Set/get mode

[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]

Draw a character, using the loaded font

[src]

Set entire window to a color

[src]

Sets the whole window to black

[src]

[src]

Display an image

[src]

[src]

Display an image overwriting a portion of window starting at given line : very quick!!

[src]

Display an image using non transparent method

[src]

[src]

Render an image using parallel threads if possible

[src]

Draw a linear gradient in a rectangular region

[src]

Draw a rect with rounded corners

[src]

Draws antialiased line

[src]

Draws antialiased circle

[src]

Gets pixel color at x,y position