[]
Initializes a new instance of the WicRenderTarget class from a Bitmap.
public static WicRenderTarget Create(Factory factory, Bitmap wicBitmap, RenderTargetProperties renderTargetProperties)
Public Shared Function Create(factory As Factory, wicBitmap As Bitmap, renderTargetProperties As RenderTargetProperties) As WicRenderTarget
| Type | Name | Description |
|---|---|---|
| Factory | factory | The factory. |
| Bitmap | wicBitmap | The WIC bitmap. |
| RenderTargetProperties | renderTargetProperties | The render target properties. |
| Type | Description |
|---|---|
| WicRenderTarget |