to_axis_aligned_rectangle

Function to_axis_aligned_rectangle 

Source
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.