ID2D1DeviceContext::CreateBitmapBrush methods

Creates a bitmap brush, the input image is a Direct2D bitmap object.

Overload list

Method Description
CreateBitmapBrush (ID2D1Bitmap*, D2D1_BITMAP_BRUSH_PROPERTIES1, D2D1_BRUSH_PROPERTIES, ID2D1BitmapBrush1**) Creates a bitmap brush, the input image is a Direct2D bitmap object.
CreateBitmapBrush (ID2D1Bitmap*, D2D1_BITMAP_BRUSH_PROPERTIES1*, D2D1_BRUSH_PROPERTIES*, ID2D1BitmapBrush1**) Creates a bitmap brush, the input image is a Direct2D bitmap object.
CreateBitmapBrush (ID2D1Bitmap*, ID2D1BitmapBrush1**) Creates a bitmap brush, the input image is a Direct2D bitmap object.
CreateBitmapBrush (ID2D1Bitmap*, D2D1_BITMAP_BRUSH_PROPERTIES1*, ID2D1BitmapBrush1**) Creates a bitmap brush, the input image is a Direct2D bitmap object.

See also

ID2D1DeviceContext