Type Alias dioxus_html::geometry::ScreenPoint

source ·
pub type ScreenPoint = Point2D<f64, ScreenSpace>;
Expand description

A point in ScreenSpace

Aliased Type§

struct ScreenPoint {
    pub x: f64,
    pub y: f64,
    /* private fields */
}

Fields§

§x: f64§y: f64