Method GetEllipseBoundingBox
GetEllipseBoundingBox(PointD, float, float)
Creates bounding rectangle for the ellipse specified using radii and its center location.
public static RectD GetEllipseBoundingBox(PointD center, float radiusX, float radiusY)
Parameters
centerPointDThe ellipse center location.
radiusXfloatThe ellipse X radius.
radiusYfloatThe ellipse Y radius.