ComponentOne Bitmap for WPF
CreateBitmap1 Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > DeviceContext Class : CreateBitmap1 Method
HRESULT ID2D1DeviceContext::CreateBitmap([In] D2D_SIZE_U size,[In, Optional] const void* sourceData,[In] unsigned int pitch,[In] const D2D1_BITMAP_PROPERTIES1* bitmapProperties,[Out, Fast] ID2D1Bitmap1** bitmap)
Syntax
'Declaration
 
Public Function CreateBitmap1( _
   ByVal size As Size2L, _
   ByVal sourceData As System.IntPtr, _
   ByVal pitch As System.Integer, _
   ByVal bitmapProperties As BitmapProperties1 _
) As Bitmap1
public Bitmap1 CreateBitmap1( 
   Size2L size,
   System.IntPtr sourceData,
   System.int pitch,
   BitmapProperties1 bitmapProperties
)

Parameters

size
sourceData
pitch
bitmapProperties
See Also

Reference

DeviceContext Class
DeviceContext Members