ComponentOne Bitmap for UWP
Create Method (CommandList)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > CommandList Class : Create Method
The device context.
Initializes a new instance of the CommandList class.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal deviceContext As DeviceContext _
) As CommandList
public static CommandList Create( 
   DeviceContext deviceContext
)

Parameters

deviceContext
The device context.
See Also

Reference

CommandList Class
CommandList Members