Table of Contents

Method DrawCircle

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

DrawCircle(Pen, PointD, double)

Draws an circle specified by a center PointD and a radius.

public override void DrawCircle(Pen pen, PointD center, double radius)

Parameters

pen Pen

Pen that determines the color, width, and style of the circle.

center PointD

PointD structure that defines the center of the circle.

radius double

Defines the radius of the circle.