[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.EffectContext.CheckFeatureSupport

CheckFeatureSupport Method

CheckFeatureSupport(Feature)

Check if this device is supporting a feature.

Declaration
public bool CheckFeatureSupport(Feature feature)
Parameters
Type Name Description
Feature feature

The feature to check.

Returns
Type Description
bool

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

CheckFeatureSupport(Feature, IntPtr, int)

HRESULT ID2D1EffectContext::CheckFeatureSupport([In] D2D1_FEATURE feature,[Out, Buffer] void* featureSupportData,[In] unsigned int featureSupportDataSize)

Declaration
public HResult CheckFeatureSupport(Feature feature, IntPtr featureSupportData, int featureSupportDataSize)
Parameters
Type Name Description
Feature feature
IntPtr featureSupportData
int featureSupportDataSize
Returns
Type Description
HResult