Table of Contents

Property Stitchable

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

Stitchable

Turns stitching on or off. The base frequency is adjusted so that output bitmap can be stitched. This is useful if you want to tile multiple copies of the turbulence effect output.
When set to true, the output bitmap can be tiled (using the tile effect) without the apperance of seams. The base frequency is adjusted so that the output can be stitched.
When set to false, the base frequency is not adjusted, so seams may appear between tiles if the bitmap is tiled.
The default value is false.

public EffectPropertyAccessor<bool> Stitchable { get; }

Property Value

EffectPropertyAccessor<bool>