CRenderTarget::FillRoundedRectangle

Paints the interior of the specified rounded rectangle.

void FillRoundedRectangle(
   const CD2DRoundedRect& rectRounded,
   CD2DBrush* pBrush
);

Parameters

  • rectRounded
    The dimensions of the rounded rectangle to paint, in device independent pixels.

  • pBrush
    The brush used to paint the interior of the rounded rectangle.

Requirements

Header: afxrendertarget.h

See Also

Reference

CRenderTarget Class