Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 1.6 KB

cd2droundedrect-class.md

File metadata and controls

64 lines (50 loc) · 1.6 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
CD2DRoundedRect Class | Microsoft Docs
11/04/2016
cpp-windows
reference
CD2DRoundedRect
AFXRENDERTARGET/CD2DRoundedRect
AFXRENDERTARGET/CD2DRoundedRect::CD2DRoundedRect
C++
CD2DRoundedRect [MFC], CD2DRoundedRect
06207fb5-e92b-41c0-bceb-b45d8f466531
18
mikeblome
mblome
ghogen

CD2DRoundedRect Class

A wrapper for D2D1_ROUNDED_RECT.

Syntax

class CD2DRoundedRect : public D2D1_ROUNDED_RECT;  

Members

Public Constructors

Name Description
CD2DRoundedRect::CD2DRoundedRect Overloaded. Constructs a CD2DRoundedRect object from D2D1_ROUNDED_RECT object.

Inheritance Hierarchy

D2D1_ROUNDED_RECT

CD2DRoundedRect

Requirements

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);

Parameters

rectIn
source rectangle

sizeRadius
radius size

See Also

Classes