C1.Win.C1DX.4.8 Assembly / C1.Util.DX.WIC Namespace / Bitmap Class / Create Method / Create(ImagingFactory,BitmapSource,BitmapCreateCacheOption) Method
The factory.
The bitmap source ref.
The option.

In This Topic
Create(ImagingFactory,BitmapSource,BitmapCreateCacheOption) 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 option As BitmapCreateCacheOption _
) As Bitmap
 

Parameters

factory
The factory.
bitmapSource
The bitmap source ref.
option
The option.
See Also