pub type IPoint = Point;
IPoint 类型别名(整数坐标点)
与 Point 相同,提供与 skia-safe 的兼容性
pub struct IPoint { pub x: i32, pub y: i32, }
x: i32
y: i32