pub type PictureIntPoint = Point2D<i32, PicturePixel>;
struct PictureIntPoint { pub x: i32, pub y: i32, }
x: i32
y: i32