Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.99 KB

nf-d2d1helper-bitmapbrushproperties.md

File metadata and controls

83 lines (64 loc) · 2.99 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.BitmapBrushProperties
BitmapBrushProperties function (d2d1helper.h)
Creates a D2D1_BITMAP_BRUSH_PROPERTIES structure.
BitmapBrushProperties
BitmapBrushProperties function [Direct2D]
d2d1helper/BitmapBrushProperties
direct2d.bitmapbrushproperties
direct2d\bitmapbrushproperties.htm
Direct2D
8945b4d8-0d6e-4f23-9a0b-1ec690339bdd
12/05/2018
BitmapBrushProperties, BitmapBrushProperties function [Direct2D], d2d1helper/BitmapBrushProperties, direct2d.bitmapbrushproperties
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
BitmapBrushProperties
d2d1helper/BitmapBrushProperties
c++
APIRef
kbSyntax
DllExport
D2d1.dll
BitmapBrushProperties

BitmapBrushProperties function

-description

Creates a D2D1_BITMAP_BRUSH_PROPERTIES structure.

-parameters

-param extendModeX

Type: D2D1_EXTEND_MODE

A value that specifies how the brush horizontally tiles those areas that extend past its bitmap. The default value is D2D1_EXTEND_MODE CLAMP.

-param extendModeY

Type: D2D1_EXTEND_MODE

A value that specifies how the brush vertically tiles those areas that extend past its bitmap. The default value is D2D1_EXTEND_MODE CLAMP.

-param interpolationMode

Type: D2D1_BITMAP_INTERPOLATION_MODE

A value that specifies the interpolation algorithm that is used when images are scaled or rotated. The default value is D2D1_BITMAP_INTERPOLATION_MODE_LINEAR.

-returns

Type: D2D1_BITMAP_BRUSH_PROPERTIES

A structure that describes the extend modes and the interpolation mode of an ID2D1BitmapBrush.

-see-also

ID2D1BitmapBrush