[]
ID2D1BitmapBrush
[Guid("2cd906aa-12e2-11dc-9fed-001143a055f9")]
public class BitmapBrush : Brush, IDisposable, IUnknown
| Name | Description |
|---|---|
| BitmapBrush(IntPtr) | Initializes a new instance of the BitmapBrush class. |
| Name | Description |
|---|---|
| Create(RenderTarget, Bitmap) | Creates an BitmapBrush from the specified bitmap. |
| Create(RenderTarget, Bitmap, BitmapBrushProperties) | Creates an BitmapBrush from the specified bitmap. |
| Create(RenderTarget, Bitmap, BrushProperties) | Creates an BitmapBrush from the specified bitmap. |
| Create(RenderTarget, Bitmap, BitmapBrushProperties?, BrushProperties?) | Creates an BitmapBrush from the specified bitmap. |
| GetBitmap() | void ID2D1BitmapBrush::GetBitmap([Out] ID2D1Bitmap** bitmap) |
| GetExtendModeX() | D2D1_EXTEND_MODE ID2D1BitmapBrush::GetExtendModeX() |
| GetExtendModeY() | D2D1_EXTEND_MODE ID2D1BitmapBrush::GetExtendModeY() |
| GetInterpolationMode() | D2D1_BITMAP_INTERPOLATION_MODE ID2D1BitmapBrush::GetInterpolationMode() |
| SetBitmap(Bitmap) | void ID2D1BitmapBrush::SetBitmap([In, Optional] ID2D1Bitmap* bitmap) |
| SetExtendModeX(ExtendMode) | void ID2D1BitmapBrush::SetExtendModeX([In] D2D1_EXTEND_MODE extendModeX) |
| SetExtendModeY(ExtendMode) | void ID2D1BitmapBrush::SetExtendModeY([In] D2D1_EXTEND_MODE extendModeY) |
| SetInterpolationMode(BitmapInterpolationMode) | void ID2D1BitmapBrush::SetInterpolationMode([In] D2D1_BITMAP_INTERPOLATION_MODE interpolationMode) |
| Name | Description |
|---|---|
| explicit operator BitmapBrush(IntPtr) | Performs an explicit conversion from IntPtr to BitmapBrush. |