Table of Contents

Interface IPassthroughAnalysisData

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll
public interface IPassthroughAnalysisData : IObjectRef, IIsDisposed, IDisposable, IInternalImpl
Inherited Members
Extension Methods

Properties

Location

Gets the pixel coordinate for the top-left corner of the input image's local bounds without the world transform (Transform) applied.

Methods

AsRegionPtr()

Provides access to the input image's output as a region of Vector4Floats. The origin (x=0, y=0) of this region corresponds to the top-left of the output region as defined by Location.

GetBitmap(in PixelFormat)

Gets the input image's output as a bitmap in the specified pixel format. The pixel format must be either Prgba128Float or Rgba128Float. The origin (x=0, y=0) of this bitmap corresponds to the top-left of the output region as defined by Location.