Type Alias iced::widget::canvas::path::lyon_path::geom::Size

pub type Size<T> = Size2D<T, UnknownUnit>;
Available on crate feature canvas only.

Aliased Type§

struct Size<T> {
    pub width: T,
    pub height: T,
    /* private fields */
}

Fields§

§width: T

The extent of the element in the U units along the x axis (usually horizontal).

§height: T

The extent of the element in the U units along the y axis (usually vertical).