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
IEffectEnvironmentThe environment.
Returns
- IEffectEnvironment
The new environment.