Checks if the provided pixel format is supported.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overrides Function IsPixelFormatSupported ( _ pixelFormat As PixelFormat _ ) As Boolean
public override bool IsPixelFormatSupported( PixelFormat pixelFormat )
Type: Aurigma.GraphicsMill.PixelFormat
PixelFormat enumeration member that specifies the pixel format you would like to verify.protected override bool IsPixelFormatSupported(PixelFormat pixelFormat) { return (pixelFormat == PixelFormat.Format1bppIndexed); }