PxPoint

Type Alias PxPoint 

Source
pub type PxPoint = Point2D<Px, Px>;
Expand description

A point in device pixels.

Aliased Type§

pub struct PxPoint {
    pub x: Px,
    pub y: Px,
}

Fields§

§x: Px§y: Px