cosmic
0.1.0
In cosmic::
iced_
renderer::
graphics::
geometry::
path::
lyon_
path::
geom
cosmic
::
iced_renderer
::
graphics
::
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)
.