AForge.Imaging.Filters.CanvasMove.CanvasMove C# (CSharp) Method

CanvasMove() private method

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

Same methods

CanvasMove::CanvasMove ( IntPoint movePoint ) : System.Drawing
CanvasMove::CanvasMove ( IntPoint movePoint, Color fillColorRGB ) : System.Drawing
CanvasMove::CanvasMove ( IntPoint movePoint, Color fillColorRGB, byte fillColorGray ) : System.Drawing
CanvasMove::CanvasMove ( IntPoint movePoint, byte fillColorGray ) : System.Drawing