ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Bitmap Class / Create Method / Create(RenderTarget,BitmapSource) Method
The render target.
A reference to a C1.Util.DX.WIC.BitmapSource wic bitmap.

In This Topic
    Create(RenderTarget,BitmapSource) Method
    In This Topic
    Creates a Bitmap from a wic bitmap.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal renderTarget As RenderTarget, _
       ByVal wicBitmapSource As BitmapSource _
    ) As Bitmap
    public static Bitmap Create( 
       RenderTarget renderTarget,
       BitmapSource wicBitmapSource
    )

    Parameters

    renderTarget
    The render target.
    wicBitmapSource
    A reference to a C1.Util.DX.WIC.BitmapSource wic bitmap.
    See Also