ImageBrushProperties function
Creates a D2D1_IMAGE_BRUSH_PROPERTIES structure.
Syntax
D2D1_IMAGE_BRUSH_PROPERTIES ImageBrushProperties( D2D1_RECT_F sourceRectangle, D2D1_EXTEND_MODE extendModeX = D2D1_EXTEND_MODE_CLAMP, D2D1_EXTEND_MODE extendModeY = D2D1_EXTEND_MODE_CLAMP, D2D1_INTERPOLATION_MODE interpolationMode = D2D1_INTERPOLATION_MODE_LINEAR );
Parameters
- sourceRectangle
-
Type: D2D1_RECT_F
The source rectangle in the image space from which the image will be tiled or interpolated.
- extendModeX
-
Type: D2D1_EXTEND_MODE
The extend mode in the image x-axis.
- extendModeY
-
Type: D2D1_EXTEND_MODE
The extend mode in the image y-axis.
- interpolationMode
-
Type: D2D1_INTERPOLATION_MODE
The interpolation mode to use when scaling the image brush.
Return value
Type: D2D1_IMAGE_BRUSH_PROPERTIES
The struct that describes the image brush.
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 |
|