Function cosmic::iced_widget::canvas::path::lyon_path::geom::point

source ยท
pub fn point<S>(x: S, y: S) -> Point2D<S, UnknownUnit>
Expand description

Shorthand for Point::new(x, y).