Type Alias style::values::computed::basic_shape::CoordinatePair
source · pub type CoordinatePair = CoordinatePair<LengthPercentage>;
Expand description
The computed value of CoordinatePair
.
Aliased Type§
struct CoordinatePair {
pub x: LengthPercentage,
pub y: LengthPercentage,
}
Fields§
§x: LengthPercentage
§y: LengthPercentage