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

CanvasCrop() private method

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

Same methods

CanvasCrop::CanvasCrop ( Rectangle region ) : System.Drawing
CanvasCrop::CanvasCrop ( Rectangle region, Color fillColorRgb ) : System.Drawing
CanvasCrop::CanvasCrop ( Rectangle region, Color fillColorRgb, byte fillColorGray ) : System.Drawing
CanvasCrop::CanvasCrop ( Rectangle region, byte fillColorGray ) : System.Drawing