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

pub struct Image { /* fields omitted */ }

An image that can be drawn to the screen

Methods

impl Image
[src]

Start loading a texture from a given path

Load an image from raw bytes

The area of the source image this subimage takes up

Find a subimage of a larger image

Trait Implementations

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Image
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Image

impl !Sync for Image