pub type Circle = Circle<ShapePosition, NonNegativeLengthPercentage>;
Expand description
A specified circle.
Aliased Type§
struct Circle {
pub position: GenericPositionOrAuto<GenericPosition<LengthPercentage, LengthPercentage>>,
pub radius: GenericShapeRadius<NonNegative<LengthPercentage>>,
}
Fields§
§position: GenericPositionOrAuto<GenericPosition<LengthPercentage, LengthPercentage>>
§radius: GenericShapeRadius<NonNegative<LengthPercentage>>