Table of Contents

Quantizer.Quantize Method

Quantize an image and return the resulting Result bitmap

Syntax

Namespace: FlexCel.Draw

public void Quantize(Image Source, Bitmap Result)

Parameters

<-> Parameter Type Description
Source Image The image to quantize
Result Bitmap A quantized version of the image

See also