CSJ2K.Util.BitmapImageSource.BitmapImageSource C# (CSharp) Méthode

BitmapImageSource() private méthode

private BitmapImageSource ( Bitmap bitmap ) : System
bitmap System.Drawing.Bitmap
Résultat System
        private BitmapImageSource(Bitmap bitmap)
            : base(bitmap.Width,
                bitmap.Height,
                GetNumberOfComponents(bitmap.PixelFormat),
                GetRangeBits(bitmap.PixelFormat),
                GetSignedArray(bitmap.PixelFormat),
                GetComponents(bitmap))
        {
        }