Table of Contents

Method FillEllipse

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

FillEllipse(Ellipse, IDeviceBrush)

Paints the interior of the specified ellipse.

void FillEllipse(Ellipse ellipse, IDeviceBrush brush)

Parameters

ellipse Ellipse

The position and radius, in device-independent pixels, of the ellipse to paint.

brush IDeviceBrush

The brush used to paint the interior of the ellipse.