Table of Contents

Interface IRenderInfo

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Describes the render information common to all of the various transform implementations.
ID2D1RenderInfo

public interface IRenderInfo : IObjectRef, IIsDisposed, IDisposable, IInternalImpl
Inherited Members
Extension Methods

Methods

SetCached(bool)

Specifies that the output of the transform in which the render information is encapsulated is or is not cached.

SetInputDescription(int, InputDescription)

Sets how a specific input to the transform should be handled by the renderer in terms of sampling.

SetInstructionCountHint(int)

Provides an estimated hint of shader execution cost to Direct2D.

SetOutputBuffer(BufferPrecision, ChannelDepth)

Allows a caller to control the output precision and channel-depth of the transform in which the render information is encapsulated.