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
EllipseThe position and radius, in device-independent pixels, of the ellipse to paint.
brush
IDeviceBrushThe brush used to paint the interior of the ellipse.