Returns whether this format writer can handle bitmaps with specified pixel format.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable Function IsPixelFormatSupported ( _
format As PixelFormat _
) As Boolean
public virtual bool IsPixelFormatSupported(
PixelFormat format
)
Type: Aurigma.GraphicsMill.PixelFormat
PixelFormat value that specifies a pixel format necessary to be checked.