public IQuantizer? Quantizer { get; set; }Public Property Quantizer As IQuantizer
Get
Setpublic:
property IQuantizer^ Quantizer {
IQuantizer^ get ();
void set (IQuantizer^ value);
}member Quantizer : IQuantizer with get, setSetting a quantizer allows using fewer colors than the target IReadWriteBitmapData supports. Even when this property is , the colors are automatically quantized to the target's supported color range.