Table of Contents

Class WicRenderTarget

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

A WIC RenderTarget.

public class WicRenderTarget : RenderTarget
Inheritance
WicRenderTarget
Inherited Members

Constructors

WicRenderTarget(Factory, Bitmap, RenderTargetProperties)

Initializes a new instance of the WicRenderTarget class from a Bitmap.

public WicRenderTarget(Factory factory, Bitmap wicBitmap, RenderTargetProperties renderTargetProperties)

Parameters

factory Factory

The factory.

wicBitmap Bitmap

The WIC bitmap.

renderTargetProperties RenderTargetProperties

The render target properties.