ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / Bitmap Class / Create Method / Create(ImagingFactory,BitmapSource,RectL) Method
The factory.
The bitmap source.
The rectangle.

In This Topic
    Create(ImagingFactory,BitmapSource,RectL) Method
    In This Topic
    Initializes a new instance of the Bitmap class from a BitmapSource.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal bitmapSource As BitmapSource, _
       ByVal rectangle As RectL _
    ) As Bitmap
    public static Bitmap Create( 
       ImagingFactory factory,
       BitmapSource bitmapSource,
       RectL rectangle
    )

    Parameters

    factory
    The factory.
    bitmapSource
    The bitmap source.
    rectangle
    The rectangle.
    See Also