BitmapBrushProperties function
Creates a D2D1_BITMAP_BRUSH_PROPERTIES structure.
Syntax
D2D1_BITMAP_BRUSH_PROPERTIES BitmapBrushProperties( D2D1_EXTEND_MODE extendmodeX = D2D1_EXTEND_MODE_CLAMP, D2D1_EXTEND_MODE extendmodeY = D2D1_EXTEND_MODE_CLAMP, D2D1_BITMAP_INTERPOLATION_MODE interpolationMode = D2D1_BITMAP_INTERPOLATION_MODE_LINEAR );
Parameters
- 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.
- 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.
- 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.
Return value
Type: D2D1_BITMAP_BRUSH_PROPERTIES
A structure that describes the extend modes and the interpolation mode of an ID2D1BitmapBrush.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also