ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Factory Class / CreateWicBitmapRenderTarget Method

In This Topic
    CreateWicBitmapRenderTarget Method
    In This Topic
    HRESULT ID2D1Factory::CreateWicBitmapRenderTarget([In] IWICBitmap* target,[In] const D2D1_RENDER_TARGET_PROPERTIES* renderTargetProperties,[Out, Fast] ID2D1RenderTarget** renderTarget)
    Syntax
    'Declaration
     
    Public Function CreateWicBitmapRenderTarget( _
       ByVal target As Bitmap, _
       ByRef renderTargetProperties As RenderTargetProperties _
    ) As WicRenderTarget
    public WicRenderTarget CreateWicBitmapRenderTarget( 
       Bitmap target,
       ref RenderTargetProperties renderTargetProperties
    )

    Parameters

    target
    renderTargetProperties
    See Also