ComponentOne Bitmap for UWP
CheckFeatureSupport(Feature) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Device Class > CheckFeatureSupport Method : CheckFeatureSupport(Feature) Method
The feature to check.
Check if this device is supporting a feature.
Syntax
'Declaration
 
Public Overloads Function CheckFeatureSupport( _
   ByVal feature As Feature _
) As System.Boolean
public System.bool CheckFeatureSupport( 
   Feature feature
)

Parameters

feature
The feature to check.

Return Value

Returns true if this device supports this feature, otherwise false.
See Also

Reference

Device Class
Device Members
Overload List