IPoint

Type Alias IPoint 

Source
pub type IPoint = Point;
Expand description

IPoint 类型别名(整数坐标点)

与 Point 相同,提供与 skia-safe 的兼容性

Aliased Type§

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

Fields§

§x: i32§y: i32