pub trait DipToPx { type AsPx; // Required method fn to_px(self, scale_factor: Factor) -> Self::AsPx; }
Conversion from Dip to Px units.
Dip
Px
Self equivalent in Px units.
Self
Multiply the Dip self by the scale.