title
CD2DRoundedRect Class | Microsoft Docs
ms.custom
ms.date
11/04/2016
ms.reviewer
ms.suite
ms.technology
ms.tgt_pltfrm
ms.topic
reference
f1_keywords
CD2DRoundedRect
AFXRENDERTARGET/CD2DRoundedRect
AFXRENDERTARGET/CD2DRoundedRect::CD2DRoundedRect
dev_langs
helpviewer_keywords
ms.assetid
06207fb5-e92b-41c0-bceb-b45d8f466531
caps.latest.revision
18
author
mikeblome
ms.author
mblome
manager
ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw
A wrapper for D2D1_ROUNDED_RECT.
class CD2DRoundedRect : public D2D1_ROUNDED_RECT;
D2D1_ROUNDED_RECT
CD2DRoundedRect
Header: afxrendertarget.h
CD2DRoundedRect::CD2DRoundedRect
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);
rectIn
source rectangle
sizeRadius
radius size
Classes