Table of Contents

Class ScaleEffect

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

Use this effect to scale an image up or down. The effect has six scaling modes: nearest neighbor, linear, cubic, multi-sample linear, anisotropic, and high quality cubic.

For more information, see Scale effect

public sealed class ScaleEffect : DeviceEffect<ScaleEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IInternalImpl, IObjectRef, IIsDisposed, IDisposable
Inheritance
ScaleEffect
Implements
Inherited Members
Extension Methods

Constructors

ScaleEffect(IDeviceEffectFactory)
ScaleEffect(IDeviceEffectFactory, IDeviceImage, Vector2Float, Point2Float, ScaleInterpolationMode, BorderMode, float)
ScaleEffect(IDeviceEffectFactory, IDeviceImage, float, Point2Float, ScaleInterpolationMode, BorderMode, float)