Accord.Imaging.Filters.CanvasFill.CanvasFill C# (CSharp) Method

CanvasFill() private method

private CanvasFill ( ) : System
return System
        private CanvasFill()
        {
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
            formatTranslations[PixelFormat.Format32bppRgb] = PixelFormat.Format32bppRgb;
        }

Same methods

CanvasFill::CanvasFill ( Rectangle region ) : System
CanvasFill::CanvasFill ( Rectangle region, Color fillColorRGB ) : System
CanvasFill::CanvasFill ( Rectangle region, Color fillColorRGB, byte fillColorGray ) : System
CanvasFill::CanvasFill ( Rectangle region, byte fillColorGray ) : System