ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / Surface Class / Map Method / Map(MappedRectangle,Int32) Method

In This Topic
    Map(MappedRectangle,Int32) Method
    In This Topic
    HRESULT IDXGISurface::Map([Out] DXGI_MAPPED_RECT* pLockedRect,[In] unsigned int MapFlags)
    Syntax
    'Declaration
     
    Public Overloads Sub Map( _
       ByRef lockedRectRef As MappedRectangle, _
       ByVal mapFlags As System.Integer _
    ) 
    public void Map( 
       out MappedRectangle lockedRectRef,
       System.int mapFlags
    )

    Parameters

    lockedRectRef
    mapFlags
    See Also