Class HistogramEffect
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
Use the histogram effect to generate a histogram for the input bitmap based on the specified number of bins.
This effect does not produce an image output. Instead, its results are available through the HistogramOutput
property after it has been drawn with DrawImage(IDeviceImage, Point2Float?, in RectFloat?, InterpolationMode, CompositeMode).
For more information, see Histogram effect
public sealed class HistogramEffect : DeviceEffect<HistogramEffect.Props>, ISerializable, IAnalysisEffect, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inheritance
-
HistogramEffect
- Implements
- Inherited Members
- Extension Methods