ComponentOne Bitmap for UWP
Create(Device,Resource,RenderTargetViewDescription) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > RenderTargetView Class > Create Method : Create(Device,Resource,RenderTargetViewDescription) Method
The device to use when creating this RenderTargetView.
The resource that represents the render-target surface. This surface must have been created with the RenderTarget flag.
A structure describing the RenderTargetView to be created.
Creates a RenderTargetView for accessing resource data.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal resource As Resource, _
   ByVal description As RenderTargetViewDescription _
) As RenderTargetView

Parameters

device
The device to use when creating this RenderTargetView.
resource
The resource that represents the render-target surface. This surface must have been created with the RenderTarget flag.
description
A structure describing the RenderTargetView to be created.
See Also

Reference

RenderTargetView Class
RenderTargetView Members
Overload List