Struct quicksilver::graphics::Image [] [src]

pub struct Image { /* fields omitted */ }

An image that can be drawn to the screen

Methods

impl Image
[src]

[src]

Load an image from raw bytes

[src]

The area of the source image this subimage takes up

[src]

Find a subimage of a larger image

Trait Implementations

impl Clone for Image
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Loadable for Image
[src]

[src]