Function point
pub fn point<S>(x: S, y: S) -> Point2D<S, UnknownUnit>Available on crate feature
canvas only.Expand description
Shorthand for Point::new(x, y).
pub fn point<S>(x: S, y: S) -> Point2D<S, UnknownUnit>canvas only.Shorthand for Point::new(x, y).