CRenderTarget::FillEllipse

Paints the interior of the specified ellipse.

void FillEllipse(
   const CD2DEllipse& ellipse,
   CD2DBrush* pBrush
);

Parameters

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

  • pBrush
    The brush used to paint the interior of the ellipse.

Requirements

Header: afxrendertarget.h

See Also

Reference

CRenderTarget Class