| description | Learn more about: CD2DBrushProperties Class | ||||
|---|---|---|---|---|---|
| title | CD2DBrushProperties Class | ||||
| ms.date | 11/04/2016 | ||||
| f1_keywords |
|
||||
| helpviewer_keywords |
|
||||
| ms.assetid | c77d717f-0a16-4d74-b2ce-0ae1766ed6f9 |
A wrapper for D2D1_BRUSH_PROPERTIES.
class CD2DBrushProperties : public D2D1_BRUSH_PROPERTIES;
| Name | Description |
|---|---|
| CD2DBrushProperties::CD2DBrushProperties | Overloaded. Creates a CD2D_BRUSH_PROPERTIES structure |
| Name | Description |
|---|---|
| CD2DBrushProperties::CommonInit | Initializes the object |
D2D1_BRUSH_PROPERTIES
CD2DBrushProperties
Header: afxrendertarget.h
Creates a CD2D_BRUSH_PROPERTIES structure
CD2DBrushProperties();
CD2DBrushProperties(FLOAT _opacity);
CD2DBrushProperties(
D2D1_MATRIX_3X2_F _transform,
FLOAT _opacity = 1.);
_opacity
The base opacity of the brush. The default value is 1.0.
_transform
The transformation to apply to the brush
Initializes the object
void CommonInit();