D2D1_BITMAP_BRUSH_PROPERTIES1 structure
Describes the extend modes and the interpolation mode of an ID2D1BitmapBrush.
Syntax
struct D2D1_BITMAP_BRUSH_PROPERTIES1 {
D2D1_EXTEND_MODE extendModeX;
D2D1_EXTEND_MODE extendModeY;
D2D1_INTERPOLATION_MODE interpolationMode;
};
Members
- extendModeX
-
Type: D2D1_EXTEND_MODE
-
A value that describes how the brush horizontally tiles those areas that extend past its bitmap.
- extendModeY
-
Type: D2D1_EXTEND_MODE
-
A value that describes how the brush vertically tiles those areas that extend past its bitmap.
- interpolationMode
-
Type: D2D1_INTERPOLATION_MODE
-
A value that specifies how the bitmap is interpolated when it is scaled or rotated.
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 |
|
See also