Table of Contents

Method FillCircle

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

FillCircle(Brush, PointD, double)

Fills the interior of a circle specified by a center PointD and a radius.

public abstract void FillCircle(Brush brush, PointD center, double radius)

Parameters

brush Brush

Brush that determines the characteristics of the fill.

center PointD

PointD structure that defines the center of the circle.

radius double

Defines the radius of the circle.