Method FromBounds
FromBounds(Rectangle)
Creates an ellipse inscribed within the specified bounding rectangle.
public static Ellipse FromBounds(Rectangle bounds)
Parameters
boundsRectangleThe bounding rectangle.
Returns
- Ellipse
An ellipse centered in and inscribed within
bounds.