Table of Contents

Interface IDeviceEffect

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Represents a basic image-processing construct in Direct2D.
ID2D1Effect

public interface IDeviceEffect : IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
Inherited Members
Extension Methods

Properties

InputCount

Gets or sets the number of inputs to the effect.

Methods

GetInput(int)

Gets the given input image by index.

IsInputSet(int)

Allows you to check if an input is set (non-null) without allocating a ref to it.

SetInput(int, IDeviceImage?, bool)

Sets the given input image by index.