ID2D1RenderTarget::CreateBitmapBrush methods
Overload list
| Method | Description |
|---|---|
| CreateBitmapBrush(ID2D1Bitmap*,D2D1_BITMAP_BRUSH_PROPERTIES&,D2D1_BRUSH_PROPERTIES&,ID2D1BitmapBrush**) |
Creates an ID2D1BitmapBrush from the specified bitmap. |
| CreateBitmapBrush(ID2D1Bitmap*,D2D1_BITMAP_BRUSH_PROPERTIES*,D2D1_BRUSH_PROPERTIES*,ID2D1BitmapBrush**) |
Creates an ID2D1BitmapBrush from the specified bitmap. |
| CreateBitmapBrush(ID2D1Bitmap*,ID2D1BitmapBrush**) |
Creates an ID2D1BitmapBrush from the specified bitmap. The brush uses the default values for its extend mode, interpolation mode, opacity, and transform. |
| CreateBitmapBrush(ID2D1Bitmap*,D2D1_BITMAP_BRUSH_PROPERTIES&,ID2D1BitmapBrush**) |
Creates an ID2D1BitmapBrush from the specified bitmap. The brush uses the default values for its opacity and transform. |
Examples
For an example showing how to paint an area with a bitmap brush, see How to Create a Bitmap Brush.
Requirements
|
Library |
|
|---|---|
|
DLL |
|
See also
Show: