ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext Class / CreateBitmap1FromDxgiSurface Method

In This Topic
    CreateBitmap1FromDxgiSurface Method
    In This Topic
    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