Interface ILayerEffect
ILayerEffect interface
Interface for Layer Effects
public interface ILayerEffect
Properties
| Name | Description |
|---|
| BlendMode { get; set; } | Gets or sets the blend mode. |
| EffectType { get; } | Gets a type of effect |
| IsVisible { get; set; } | Gets or sets a value indicating whether this instance is visible. |
| Opacity { get; set; } | Gets or sets the opacity where 255 = 100% |
Methods
| Name | Description |
|---|
| GetEffectBounds(Rectangle, int) | Calculate and gets the bounds of effect pixels based on input layer pixels bounds. |
See Also