Interface ICompatibleDeviceContext
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Renders to an intermediate texture created by the CreateCompatibleDeviceContext(SizeFloat?, SizeInt32?, DevicePixelFormat?, CompatibleDeviceContextOptions) method.
ID2D1BitmapRenderTarget
public interface ICompatibleDeviceContext : IDeviceContext, IDirect2DResource, IFactoryProperty, IDeviceEffectFactory, IDeviceColorContextFactory, ILookupTable3DFactory, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inherited Members
- Extension Methods
Properties
- Bitmap
Retrieves the bitmap for this render target. The returned bitmap can be used for drawing operations.