Type Alias dioxus_html::geometry::ClientPoint

source ·
pub type ClientPoint = Point2D<f64, ClientSpace>;
Expand description

A point in ClientSpace

Aliased Type§

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

Fields§

§x: f64§y: f64