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: LengthPercentage
The horizontal component of position.
vertical: LengthPercentage
The vertical component of position.