ComponentOne Bitmap for WPF
Create(RenderTarget,BitmapSource) Method

C1.WPF.DX.4 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.
Creates a Bitmap from a wic bitmap.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal renderTarget As RenderTarget, _
   ByVal wicBitmapSource As BitmapSource _
) As Bitmap
public static Bitmap Create( 
   RenderTarget renderTarget,
   BitmapSource wicBitmapSource
)

Parameters

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

Reference

Bitmap Class
Bitmap Members
Overload List