Table of Contents

Method GetCircleBoundingBox

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

GetCircleBoundingBox(PointD, double)

Creates bounding rectangle for the circle specified using radius and its center location.

public static RectD GetCircleBoundingBox(PointD center, double radius)

Parameters

center PointD

Circle center location.

radius double

Circle radius.

Returns

RectD