Table of Contents

Property BorderMode

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

BorderMode

The mode used to calculate the border of the image, soft or hard.
When set to BorderMode.Soft, pixels outside of the input boundaries are generated by the mirror boder effect.
When set to BorderMode.Hard, pixels outside of the input boundaries are transparent black.
The default value is BorderMode.Soft.

public EffectPropertyAccessor<BorderMode> BorderMode { get; }

Property Value

EffectPropertyAccessor<BorderMode>