This documentation is for the old version. Go to the latest Graphics Mill docs

IPixelFormatSupport Interface

This interface is implemented by all the objects which can accept bitmap as input argument (i.e. all transforms and encoders). It allows to check if this object can handle bitmap of specific pixel format.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Interface IPixelFormatSupport
C#
public interface IPixelFormatSupport

See Also

Reference