Table of Contents

Class BitmapSourceEffect

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

Use the bitmap source effect to generate an IDeviceImage from an IBitmapSource for use as an input in an effect graph. This effect performs scaling and rotation on the CPU. It can also optionally generate a system memory mipmap, which can be a performance optimization for actively scaling very large images at various reduced resolutions.

For more information, see Bitmap Source effect

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

Constructors

BitmapSourceEffect(IDeviceEffectFactory)