ComponentOne Bitmap for UWP
Create Method (Counter)

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Counter Class : Create Method
The device with which to associate the state object.
The counter description.
Constructs a new Counter based on the specified description.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal device As Device, _
   ByVal description As CounterDescription _
) As Counter
public static Counter Create( 
   Device device,
   CounterDescription description
)

Parameters

device
The device with which to associate the state object.
description
The counter description.
See Also

Reference

Counter Class
Counter Members