[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.WicRenderTarget.Create

Create Method

Create(Factory, Bitmap, RenderTargetProperties)

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

Declaration
public static WicRenderTarget Create(Factory factory, Bitmap wicBitmap, RenderTargetProperties renderTargetProperties)
Parameters
Type Name Description
Factory factory

The factory.

Bitmap wicBitmap

The WIC bitmap.

RenderTargetProperties renderTargetProperties

The render target properties.

Returns
Type Description
WicRenderTarget