Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.09 KB

nf-d2d1helper-brushproperties.md

File metadata and controls

77 lines (61 loc) · 2.09 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1helper.BrushProperties
BrushProperties function (d2d1helper.h)
Creates a D2D1_BRUSH_PROPERTIES structure.
BrushProperties
BrushProperties function [Direct2D]
d2d1helper/BrushProperties
direct2d.brushproperties
direct2d\brushproperties.htm
Direct2D
eeb438e4-300a-4d7d-b8bf-91baba4a729e
12/05/2018
BrushProperties, BrushProperties function [Direct2D], d2d1helper/BrushProperties, direct2d.brushproperties
d2d1helper.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
D2d1.lib
D2d1.dll
Windows
19H1
BrushProperties
d2d1helper/BrushProperties
c++
APIRef
kbSyntax
DllExport
D2d1.dll
BrushProperties

BrushProperties function

-description

Creates a D2D1_BRUSH_PROPERTIES structure.

-parameters

-param opacity [in]

Type: FLOAT

The base opacity of the brush. The default value is 1.0.

-param transform [in, ref]

Type: const D2D1_MATRIX_3X2_F

The transformation to apply to the brush. The default value is D2D1::IdentityMatrix.

-returns

Type: D2D1_BRUSH_PROPERTIES

The new brush properties structure.

-see-also

ID2D1Brush