Click or drag to resize
EffectBorderMode Enumeration
Enumeration type that specifies how to process pixels that lie outside the input image.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum EffectBorderMode
Members
  Member nameValueDescription
Soft0Pixels outside the input image are treated as transparent black, resulting in a soft edge after processing.
Hard1The effect clamps to the size of the input image.
See Also