ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext2 Class / ResizeTilePool Method

In This Topic
    ResizeTilePool Method
    In This Topic
    HRESULT ID3D11DeviceContext2::ResizeTilePool([In] ID3D11Buffer* pTilePool,[In] unsigned longlong NewSizeInBytes)
    Syntax
    'Declaration
     
    Public Sub ResizeTilePool( _
       ByVal tilePoolRef As Buffer, _
       ByVal newSizeInBytes As Long _
    ) 
    public void ResizeTilePool( 
       Buffer tilePoolRef,
       long newSizeInBytes
    )

    Parameters

    tilePoolRef
    newSizeInBytes
    See Also