EffectBorderMode Enumeration |
Namespace: Microsoft.Graphics.Canvas.Effects
public enum EffectBorderMode
Member name | Value | Description | |
---|---|---|---|
Soft | 0 | Pixels outside the input image are treated as transparent black, resulting in a soft edge after processing. | |
Hard | 1 | The effect clamps to the size of the input image. |