ImageBrushProperties function (d2d1_1helper.h)
Creates a D2D1_IMAGE_BRUSH_PROPERTIES structure.
Syntax
D2D1_IMAGE_BRUSH_PROPERTIES ImageBrushProperties(
D2D1_RECT_F sourceRectangle,
D2D1_EXTEND_MODE extendModeX,
D2D1_EXTEND_MODE extendModeY,
D2D1_INTERPOLATION_MODE interpolationMode
);
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
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | d2d1_1helper.h |
Library | D2d1.lib |
DLL | D2d1.dll |