AForge.Imaging.UnmanagedImage.CollectActivePixels C# (CSharp) Метод

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

Collect coordinates of none black pixels in the image.
public CollectActivePixels ( ) : List
Результат List
        public List<IntPoint> CollectActivePixels( )
        {
            return CollectActivePixels( new Rectangle( 0, 0, width, height ) );
        }

Same methods

UnmanagedImage::CollectActivePixels ( Rectangle rect ) : List