[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.BitmapRenderTarget

BitmapRenderTarget Class

ID2D1BitmapRenderTarget

Inheritance
BitmapRenderTarget
Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("2cd90695-12e2-11dc-9fed-001143a055f9")]
public class BitmapRenderTarget : RenderTarget, IDisposable, IUnknown

Constructors

Name Description
BitmapRenderTarget(IntPtr)

Initializes a new instance of the BitmapRenderTarget class.

Methods

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)

Operators

Name Description
explicit operator BitmapRenderTarget(IntPtr)

Performs an explicit conversion from IntPtr to BitmapRenderTarget.