IGraphicsEffect Interface

Definition

Base class for graphics effects.

public interface class IGraphicsEffect : IGraphicsEffectSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3411132622, 36838, 17974, 178, 2, 134, 31, 170, 7, 216, 243)]
struct IGraphicsEffect : IGraphicsEffectSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3411132622, 36838, 17974, 178, 2, 134, 31, 170, 7, 216, 243)]
public interface IGraphicsEffect : IGraphicsEffectSource
Public Interface IGraphicsEffect
Implements IGraphicsEffectSource
Derived
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

Name

The name of the graphics effect.

Applies to

See also