[]
A Wic RenderTarget.
public class WicRenderTarget : RenderTarget, IDisposable, IUnknown
Initializes a new instance of the WicRenderTarget class.
public WicRenderTarget(IntPtr nativePtr)
nativePtr System.IntPtrThe native pointer.
Initializes a new instance of the WicRenderTarget class from a Bitmap.
public static WicRenderTarget Create(Factory factory, Bitmap wicBitmap, RenderTargetProperties renderTargetProperties)
factory FactoryThe factory.
wicBitmap BitmapThe WIC bitmap.
renderTargetProperties RenderTargetPropertiesThe render target properties.