Table of Contents

Interface IBitmapFrameEncode

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll
public interface IBitmapFrameEncode : IObjectRef, IIsDisposed, IDisposable, IInternalImpl
Inherited Members
Extension Methods

Properties

Metadata

Methods

Commit()
Initialize(IPropertyBag2)
SetColorContexts(ReadOnlySpan<IColorContext>)
SetPalette(IPalette)
SetPixelFormat(in PixelFormat, out PixelFormat)

Requests that the encoder use the specified pixel format.

SetResolution(Vector2Double)
SetSize(SizeInt32)
SetThumbnail(IBitmapSource)
WritePixels(int, void*, int, uint)

Copies scan-line data from a caller-supplied buffer.

WriteSource(IBitmapSource, in RectInt32?)