ComponentOne Bitmap for UWP
ResizeTilePool Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > DeviceContext2 Class : ResizeTilePool Method
HRESULT ID3D11DeviceContext2::ResizeTilePool([In] ID3D11Buffer* pTilePool,[In] unsigned longlong NewSizeInBytes)
Syntax
'Declaration
 
Public Sub ResizeTilePool( _
   ByVal tilePoolRef As Buffer, _
   ByVal newSizeInBytes As System.Long _
) 
public void ResizeTilePool( 
   Buffer tilePoolRef,
   System.long newSizeInBytes
)

Parameters

tilePoolRef
newSizeInBytes
See Also

Reference

DeviceContext2 Class
DeviceContext2 Members