ComponentOne Bitmap for WPF
Create(RenderTarget,Size2L,BitmapProperties) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > Bitmap Class > Create Method : Create(RenderTarget,Size2L,BitmapProperties) Method
an instance of RenderTarget
The dimension of the bitmap to create in pixels.
The pixel format and dots per inch (DPI) of the bitmap to create.
Creates a Direct2D bitmap from a pointer to in-memory source data.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal renderTarget As RenderTarget, _
   ByVal size As Size2L, _
   ByVal bitmapProperties As BitmapProperties _
) As Bitmap
public static Bitmap Create( 
   RenderTarget renderTarget,
   Size2L size,
   BitmapProperties bitmapProperties
)

Parameters

renderTarget
an instance of RenderTarget
size
The dimension of the bitmap to create in pixels.
bitmapProperties
The pixel format and dots per inch (DPI) of the bitmap to create.
See Also

Reference

Bitmap Class
Bitmap Members
Overload List