Table of Contents

Method GetCircleBoundingBox

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

GetCircleBoundingBox(PointD, float)

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

public static RectD GetCircleBoundingBox(PointD center, float radius)

Parameters

center PointD

Circle center location.

radius float

Circle radius.

Returns

RectD