ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Bitmap Class / Create Method / Create(RenderTarget,BitmapSource,BitmapProperties) Method
The render target.
The wic bitmap.
The bitmap properties.

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

    Parameters

    renderTarget
    The render target.
    wicBitmap
    The wic bitmap.
    bitmapProperties
    The bitmap properties.
    See Also