Type Alias webrender_api::units::DeviceIntVector2D
source · pub type DeviceIntVector2D = Vector2D<i32, DevicePixel>;
Aliased Type§
struct DeviceIntVector2D {
pub x: i32,
pub y: i32,
}
Fields§
§x: i32
The x
(traditionally, horizontal) coordinate.
y: i32
The y
(traditionally, vertical) coordinate.