D2D1_IMAGE_BRUSH_PROPERTIES

<summary> Creation properties for an image brush. </summary>

struct D2D1_IMAGE_BRUSH_PROPERTIES {
D2D1_RECT_F sourceRectangle;
D2D1_EXTEND_MODE extendModeX;
D2D1_EXTEND_MODE extendModeY;
D2D1_INTERPOLATION_MODE interpolationMode;
}

Meta