pub type ShapePosition = GenericPosition<LengthPercentage, LengthPercentage>;Expand description
A specified value for at <position> in circle() and ellipse().
Aliased Type§
#[repr(C)]pub struct ShapePosition {
pub horizontal: LengthPercentage,
pub vertical: LengthPercentage,
}Fields§
§horizontal: LengthPercentageThe horizontal component of position.
vertical: LengthPercentageThe vertical component of position.