Class Effect
Provides a custom bitmap effect.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Effects
Assembly: OpenSilver.dll
Syntax
public abstract class Effect : DependencyObject
Constructors
| Improve this Doc View SourceEffect()
Initializes a new instance of the System.Windows.Media.Effects.Effect class.
Declaration
protected Effect()
Properties
| Improve this Doc View SourceEffectMapping
When overridden in a derived class, transforms mouse input and coordinate systems through the effect.
Declaration
[NotImplemented]
protected virtual GeneralTransform EffectMapping { get; }
Property Value
Type | Description |
---|---|
GeneralTransform | The transform to apply. The default is the identity transform. |