Method CloneWithAliasedSelection
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
CloneWithAliasedSelection(IEffectEnvironment2)
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 IEffectEnvironment2 CloneWithAliasedSelection(this IEffectEnvironment2 environment)
Parameters
environment
IEffectEnvironment2The environment.
Returns
- IEffectEnvironment2
The new environment.