C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / Bitmap1 Class / Create Method / Create(DeviceContext,BitmapSource,BitmapProperties1) Method
The render target.
The wic bitmap.
The bitmap properties.

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

Parameters

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