Verifies whether the specified pixel format is supported by this PipelineElement.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public virtual bool IsPixelFormatSupported( PixelFormat format )
Type: Aurigma.GraphicsMill.PixelFormat
A PixelFormat value to verify.true
if the specified pixel format is supported; otherwise, false
.If you try to process an image which has an unsupported pixel format, the UnsupportedPixelFormatException is thrown.
To get the list of all pixel formats supported by this pipeline element, use the SupportedPixelFormats property.