Type Alias zng::layout::PxPoint

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

A point in device pixels.

Aliased Type§

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

Fields§

§x: Px§y: Px