PanWinPaintDither property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

PaintDitherConstants PanWinPaintDither

Overview

Refer to Using a PanWindow.

Remarks

(Persistent property, available at design time) Specifies the type of dithering to use when painting an image on a device with 256 colors or less in the PanWindow. The default is PAINTDITHER_ORDERED.

Ordered dithering is faster than error diffusion, but the quality of the image is not as good.

Setting

Description

PAINTDITHER_ORDERED

Use ordered dithering.

PAINTDITHER_DIFFUSION

Use error diffusion.

See Also

Elements:

PanWinBitonalScaling property, PanWinCursor property, PanWinHeight property, PanWinIcon property, PanWin event, PanWinPaintPalette property, PanWinPointer property, PanWinRectColor property, PanWinSysMenu property, PanWinTitle property, PanWinWidth property, PanWinX property, PanWinY property, ShowPanWin method

Topics:

Raster Images: Displaying and Printing