logo
pub struct Viewer<'a, Handle> { /* private fields */ }
Available on crate feature image only.
Expand description

A frame that displays an image with the ability to zoom in/out and pan.

Implementations

Creates a new Viewer with the given State.

Sets the padding of the Viewer.

Sets the width of the Viewer.

Sets the height of the Viewer.

Sets the max scale applied to the image of the Viewer.

Default is 10.0

Sets the min scale applied to the image of the Viewer.

Default is 0.25

Sets the percentage the image of the Viewer will be scaled by when zoomed in / out.

Default is 0.10

Trait Implementations

Returns the width of the Widget.

Returns the height of the Widget.

Returns the Node of the Widget. Read more

Processes a runtime Event. Read more

Returns the current mouse::Interaction of the Widget. Read more

Draws the Widget using the associated Renderer.

Returns the overlay of the Widget, if there is any.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.