Table of Contents

Method CloneWithAliasedSelection

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll

CloneWithAliasedSelection(IEffectEnvironment)

Creates a copy of the environment for use with another effect instance, while switching the selection data to aliased mode. This permits an effect that is hosting another effect to specify antialiased selection quality, but to have the inner effect use aliased selection quality.

public static IEffectEnvironment CloneWithAliasedSelection(this IEffectEnvironment environment)

Parameters

environment IEffectEnvironment

The environment.

Returns

IEffectEnvironment

The new environment.

Remarks