pub fn to_axis_aligned_rectangle<P: IntoIterator<Item = PathEvent>>(
path: P,
options: &ToRectangleOptions,
) -> Option<Box2D>Expand description
If the input path represents an axis-aligned rectangle, return it.
pub fn to_axis_aligned_rectangle<P: IntoIterator<Item = PathEvent>>(
path: P,
options: &ToRectangleOptions,
) -> Option<Box2D>If the input path represents an axis-aligned rectangle, return it.