Table of Contents

Method GetEllipseBoundingBox

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

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

center PointD

The ellipse center location.

radiusX float

The ellipse X radius.

radiusY float

The ellipse Y radius.

Returns

RectD