Skip to content

Commit 33f4751

Browse files
TylerMSFTTylerMSFT
authored andcommitted
port customer changes over to private branch from PR#4790
1 parent 85ad3c7 commit 33f4751

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/mfc/reference/cd2dbrush-class.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ title: "CD2DBrush Class"
44
ms.date: "11/04/2016"
55
f1_keywords: ["CD2DBrush", "AFXRENDERTARGET/CD2DBrush", "AFXRENDERTARGET/CD2DBrush::CD2DBrush", "AFXRENDERTARGET/CD2DBrush::Attach", "AFXRENDERTARGET/CD2DBrush::Destroy", "AFXRENDERTARGET/CD2DBrush::Detach", "AFXRENDERTARGET/CD2DBrush::Get", "AFXRENDERTARGET/CD2DBrush::GetOpacity", "AFXRENDERTARGET/CD2DBrush::GetTransform", "AFXRENDERTARGET/CD2DBrush::IsValid", "AFXRENDERTARGET/CD2DBrush::SetOpacity", "AFXRENDERTARGET/CD2DBrush::SetTransform", "AFXRENDERTARGET/CD2DBrush::m_pBrush", "AFXRENDERTARGET/CD2DBrush::m_pBrushProperties"]
66
helpviewer_keywords: ["CD2DBrush [MFC], CD2DBrush", "CD2DBrush [MFC], Attach", "CD2DBrush [MFC], Destroy", "CD2DBrush [MFC], Detach", "CD2DBrush [MFC], Get", "CD2DBrush [MFC], GetOpacity", "CD2DBrush [MFC], GetTransform", "CD2DBrush [MFC], IsValid", "CD2DBrush [MFC], SetOpacity", "CD2DBrush [MFC], SetTransform", "CD2DBrush [MFC], m_pBrush", "CD2DBrush [MFC], m_pBrushProperties"]
7-
ms.assetid: 0d2c0857-2261-48a8-8ee0-a88cbf08499a
87
---
98
# CD2DBrush Class
109

11-
A wrapper for ID2D1Brush.
10+
A wrapper for `ID2D1Brush`.
1211

1312
## Syntax
1413

@@ -62,17 +61,17 @@ class CD2DBrush : public CD2DResource;
6261

6362
## Requirements
6463

65-
**Header:** afxrendertarget.h
64+
**Header:** `afxrendertarget.h`
6665

67-
## <a name="_dtorcd2dbrush"></a> CD2DBrush::~CD2DBrush
66+
## <a name="_dtorcd2dbrush"></a> `CD2DBrush::~CD2DBrush`
6867

6968
The destructor. Called when a D2D brush object is being destroyed.
7069

7170
```
7271
virtual ~CD2DBrush();
7372
```
7473

75-
## <a name="attach"></a> CD2DBrush::Attach
74+
## <a name="attach"></a> `CD2DBrush::Attach`
7675

7776
Attaches existing resource interface to the object.
7877

@@ -85,7 +84,7 @@ void Attach(ID2D1Brush* pResource);
8584
*pResource*\
8685
Existing resource interface. Cannot be NULL.
8786
88-
## <a name="cd2dbrush"></a> CD2DBrush::CD2DBrush
87+
## <a name="cd2dbrush"></a> `CD2DBrush::CD2DBrush`
8988
9089
Constructs a CD2DBrush object.
9190

0 commit comments

Comments
 (0)