ComponentOne Bitmap for UWP
Create Method (SamplerState)

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

Parameters

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

Reference

SamplerState Class
SamplerState Members