Type Alias webrender_api::units::PictureIntPoint

source ·
pub type PictureIntPoint = Point2D<i32, PicturePixel>;

Aliased Type§

struct PictureIntPoint {
    pub x: i32,
    pub y: i32,
}

Fields§

§x: i32§y: i32