iced_
renderer
0.14.0-dev
In iced_
renderer::
geometry::
path::
lyon_
path::
geom
iced_renderer
::
geometry
::
path
::
lyon_path
::
geom
Function
size
Copy item path
source
pub fn size<S>(w: S, h: S) ->
Size2D
<S,
UnknownUnit
>
Expand description
Shorthand for
Size::new(x, y)
.