Windows.Win32.Graphics.GdiPlus.CGpEffect
namespace Windows.Win32.Graphics.GdiPlus
{
internal readonly struct CGpEffect : IEquatable<CGpEffect>
{
public static implicit operator IntPtr(CGpEffect value);
public static explicit operator CGpEffect(IntPtr value);
public static bool operator ==(CGpEffect left, CGpEffect right);
public static bool operator !=(CGpEffect left, CGpEffect right);
public bool Equals(CGpEffect other);
}
}