ComponentOne Bitmap for WPF
CreateBitmap1FromDxgiSurface Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > DeviceContext Class : CreateBitmap1FromDxgiSurface Method
HRESULT ID2D1DeviceContext::CreateBitmapFromDxgiSurface([In] IDXGISurface* surface,[In, Optional] const D2D1_BITMAP_PROPERTIES1* bitmapProperties,[Out, Fast] ID2D1Bitmap1** bitmap)
Syntax
'Declaration
 
Public Function CreateBitmap1FromDxgiSurface( _
   ByVal surface As Surface, _
   ByVal bitmapProperties As BitmapProperties1 _
) As Bitmap1
public Bitmap1 CreateBitmap1FromDxgiSurface( 
   Surface surface,
   BitmapProperties1 bitmapProperties
)

Parameters

surface
bitmapProperties
See Also

Reference

DeviceContext Class
DeviceContext Members