C1.Win.C1DX.4.8 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
 

Parameters

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