ImageProcessor.Imaging.FastBitmap.FastBitmap C# (CSharp) Метод

FastBitmap() публичный Метод

Initializes a new instance of the FastBitmap class.
public FastBitmap ( Image bitmap ) : System
bitmap Image The input bitmap.
Результат System
        public FastBitmap(Image bitmap)
            : this(bitmap, false)
        {
        }

Same methods

FastBitmap::FastBitmap ( Image bitmap, bool computeIntegrals ) : System
FastBitmap::FastBitmap ( Image bitmap, bool computeIntegrals, bool computeTilted ) : System