CD2DRoundedRect Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CD2DRoundedRect Class.
A wrapper for D2D1_ROUNDED_RECT.
class CD2DRoundedRect : public D2D1_ROUNDED_RECT;
Public Constructors
| Name | Description |
|---|---|
| CD2DRoundedRect::CD2DRoundedRect | Overloaded. Constructs a CD2DRoundedRect object from D2D1_ROUNDED_RECT object. |
D2D1_ROUNDED_RECT
Header: afxrendertarget.h
Constructs a CD2DRoundedRect object from CD2DRectF object.
CD2DRoundedRect(
const CD2DRectF& rectIn,
const CD2DSizeF& sizeRadius);
CD2DRoundedRect(const D2D1_ROUNDED_RECT& rectIn);
CD2DRoundedRect(const D2D1_ROUNDED_RECT* rectIn);
```
### Parameters
`rectIn`
source rectangle
`sizeRadius`
radius size
## See Also
[Classes](../Topic/MFC%20Classes.md)
Show: