C# 클래스 ImageProcessor.Imaging.Quantizers.WuQuantizer.ImageBuffer

The image buffer for storing and manipulating pixel information. Adapted from
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor 1 사용 예제들

공개 메소드들

메소드 설명
ImageBuffer ( Bitmap image ) : System

Initializes a new instance of the ImageBuffer class.

UpdatePixelIndexes ( IEnumerable lineIndexes ) : void

Updates the pixel indexes.

메소드 상세

ImageBuffer() 공개 메소드

Initializes a new instance of the ImageBuffer class.
public ImageBuffer ( Bitmap image ) : System
image System.Drawing.Bitmap /// The image to store. ///
리턴 System

UpdatePixelIndexes() 공개 메소드

Updates the pixel indexes.
public UpdatePixelIndexes ( IEnumerable lineIndexes ) : void
lineIndexes IEnumerable /// The enumerable byte array representing each row of pixels. ///
리턴 void