Type Alias zng_unit::DipSideOffsets
source · pub type DipSideOffsets = SideOffsets2D<Dip, Dip>;
Expand description
Side-offsets in device independent pixels.
Aliased Type§
struct DipSideOffsets {
pub top: Dip,
pub right: Dip,
pub bottom: Dip,
pub left: Dip,
/* private fields */
}
Fields§
§top: Dip
Top offset.
right: Dip
Right offset.
bottom: Dip
Bottom offset.
left: Dip
Left offset.