Table of Contents

Property BorderMode

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll

BorderMode

Specifies how the border of the cropped region is treated.
BorderMode.Soft will apply antialiasing if the crop rectangle falls on fractional pixel coordinates.
BorderMode.Hard will result in clamping and a hard edge.
The default value is BorderMode.Soft.

public EffectPropertyAccessor<BorderMode> BorderMode { get; }

Property Value

EffectPropertyAccessor<BorderMode>