Bitmap for UWP
CreateSurface メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.DXGI 名前空間 > Device クラス : CreateSurface メソッド
HRESULT IDXGIDevice::CreateSurface([In] const DXGI_SURFACE_DESC* pDesc,[In] unsigned int NumSurfaces,[In] unsigned int Usage,[In, Optional] const DXGI_SHARED_RESOURCE* pSharedResource,[Out] IDXGISurface** ppSurface)
シンタックス
'宣言
 
Public Function CreateSurface( _
   ByRef descRef As SurfaceDescription, _
   ByVal numSurfaces As System.Integer, _
   ByVal usage As System.Integer, _
   ByVal sharedResourceRef As System.Nullable(Of SharedResource) _
) As Surface
public Surface CreateSurface( 
   ref SurfaceDescription descRef,
   System.int numSurfaces,
   System.int usage,
   System.Nullable<SharedResource> sharedResourceRef
)

パラメータ

descRef
numSurfaces
usage
sharedResourceRef
参照

Device クラス
Device メンバ