ID2D1DeviceContext::CreateImageBrush methods

Creates an image brush. The input image can be any type of image, including a bitmap, effect, or a command list.

Overload list

Method Description
CreateImageBrush (ID2D1Image*, D2D1_IMAGE_BRUSH_PROPERTIES*, D2D1_BRUSH_PROPERTIES*, ID2D1ImageBrush**) Creates an image brush. The input image can be any type of image, including a bitmap, effect, or a command list.
CreateImageBrush (ID2D1Image*, D2D1_IMAGE_BRUSH_PROPERTIES&, D2D1_BRUSH_PROPERTIES&, ID2D1ImageBrush**) Creates an image brush. The input image can be any type of image, including a bitmap, effect, or a command list.
CreateImageBrush (ID2D1Image*, D2D1_IMAGE_BRUSH_PROPERTIES&, ID2D1ImageBrush**) Creates an image brush. The input image can be any type of image, including a bitmap, effect, or a command list.

See also

ID2D1DeviceContext