Class D2D1BitmapRenderTarget
Renders to an intermediate texture created by the CreateCompatibleRenderTarget() method.
Implements
Inherited Members
D2D1RenderTarget.CreateBitmapBrush(D2D1Bitmap, in D2D1BitmapBrushProperties, in D2D1BrushProperties)
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
[SecurityCritical]
public class D2D1BitmapRenderTarget : D2D1RenderTarget, IDisposable
Constructors
| Edit this page View SourceD2D1BitmapRenderTarget(nint)
Initializes a new instance of the D2D1BitmapRenderTarget class.
Declaration
public D2D1BitmapRenderTarget(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD2D1BitmapRenderTargetGuid
The interface GUID.
Declaration
public static readonly Guid D2D1BitmapRenderTargetGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Properties
| Edit this page View SourceBitmap
Gets the bitmap for this render target. The returned bitmap can be used for drawing operations.
Declaration
public D2D1Bitmap Bitmap { get; }
Property Value
| Type | Description |
|---|---|
| D2D1Bitmap |