CSJ2K.Util.BitmapImageSource.BitmapImageSource C# (CSharp) 메소드

BitmapImageSource() 개인적인 메소드

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