Interface IBitmapBrush
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Paints an area with a bitmap.
ID2D1BitmapBrush1
public interface IBitmapBrush : IDeviceBrush, IDirect2DResource, IObjectRef, IIsDisposed, IDisposable, IFactoryProperty, IInternalImpl
- Inherited Members
- Extension Methods
Properties
- ExtendModeX
Gets or sets the method by which the brush horizontally tiles those areas that extend past its bitmap.
- ExtendModeY
Gets or sets the method by which the brush vertically tiles those areas that extend past its bitmap.
- InterpolationMode
Gets or sets the interpolation method used when the brush bitmap is scaled or rotated.
Methods
- GetBitmap()
Gets the bitmap that this brush uses to paint.
- SetBitmap(IDeviceBitmap)
Specifies the bitmap that this brush uses to paint.