[]
Check if this device is supporting a feature.
public bool CheckFeatureSupport(Feature feature)
Type | Name | Description |
---|---|---|
Feature | feature | The feature to check. |
Type | Description |
---|---|
bool | Returns true if this device supports this feature, otherwise false. |
HRESULT ID2D1EffectContext::CheckFeatureSupport([In] D2D1_FEATURE feature,[Out, Buffer] void* featureSupportData,[In] unsigned int featureSupportDataSize)
public HResult CheckFeatureSupport(Feature feature, IntPtr featureSupportData, int featureSupportDataSize)
Type | Name | Description |
---|---|---|
Feature | feature | |
IntPtr | featureSupportData | |
int | featureSupportDataSize |
Type | Description |
---|---|
HResult |