Type Alias zng::layout::DipVector

source ·
pub type DipVector = Vector2D<Dip, Dip>;
Expand description

A vector in device independent pixels.

Aliased Type§

struct DipVector {
    pub x: Dip,
    pub y: Dip,
}

Fields§

§x: Dip

The x (traditionally, horizontal) coordinate.

§y: Dip

The y (traditionally, vertical) coordinate.