Table of Contents

Interface IOffsetTransform

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Instructs the effect-rendering system to offset an input bitmap without inserting a rendering pass.
ID2D1OffsetTransform

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

Remarks

Because a rendering pass is not required, the interface derives from a transform node. This allows it to be inserted into a graph but does not allow an output buffer to be specified.

Properties

Offset

Gets the offset currently in the offset transform.