Returns an array of supported pixel formats.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Protected Friend MustOverride Function GetSupportedPixelFormats As PixelFormat()
protected internal abstract PixelFormat[] GetSupportedPixelFormats()
protected override PixelFormat[] GetSupportedPixelFormats() { return new PixelFormat[] { PixelFormat.Format1bppIndexed }; }