Table of Contents

Struct InputDescription

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Describes the options that transforms may set on input textures.
D2D1_INPUT_DESCRIPTION

public struct InputDescription : IEquatable<InputDescription>
Implements
Inherited Members

Constructors

InputDescription(TextureFilter, int)

Properties

Filter

The type of filter to apply to the input texture.

LevelOfDetailCount

The mip level to retrieve from the upstream transform, if specified.

Methods

Equals(InputDescription)
Equals(object?)
GetHashCode()

Operators

operator ==(InputDescription, InputDescription)
operator !=(InputDescription, InputDescription)