[]
ID2D1BitmapRenderTarget
[Guid("2cd90695-12e2-11dc-9fed-001143a055f9")]
public class BitmapRenderTarget : RenderTarget, IDisposable, IUnknown
Name | Description |
---|---|
BitmapRenderTarget(IntPtr) | Initializes a new instance of the BitmapRenderTarget class. |
Name | Description |
---|---|
Create(RenderTarget, CompatibleRenderTargetOptions) | Creates a bitmap render target for use during intermediate offscreen drawing that is compatible with the current render targe with same size, pixel size and pixel format. |
Create(RenderTarget, CompatibleRenderTargetOptions, Size2F) | Creates a bitmap render target for use during intermediate offscreen drawing that is compatible with the current render target with same pixel size and pixel format. |
Create(RenderTarget, CompatibleRenderTargetOptions, PixelFormat?) | Creates a bitmap render target for use during intermediate offscreen drawing that is compatible with the current render target with same size and pixel size. |
Create(RenderTarget, CompatibleRenderTargetOptions, Size2F?, Size2L?, PixelFormat?) | Creates a bitmap render target for use during intermediate offscreen drawing that is compatible with the current render target. |
GetBitmap() | HRESULT ID2D1BitmapRenderTarget::GetBitmap([Out] ID2D1Bitmap** bitmap) |
Name | Description |
---|---|
explicit operator BitmapRenderTarget(IntPtr) | Performs an explicit conversion from IntPtr to BitmapRenderTarget. |