HalftoneType property (LEADDlgColor Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT32 HalftoneType

Delphi Syntax

HalftoneType: L_UINT32

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the halftone pattern in the Halftone dialog box. Possible values are:

Value

Meaning

HT_PRINT

[$0000] Halftone for printing

HT_VIEW

[$0001] Halftone for display

HT_RECT

[$0002] Rectangular halftone

HT_CIRC

[$0003] Circular halftone

HT_ELLIPS

[$0004] Elliptical halftone

HT_RAND

[$0005] Random halftone

HT_LINEAR

[$0006] Linear halftone

HT_USERDEF

[$0007] User defined halftone

See Also

Elements:

ShowHalftoneDlg method, Angle property, Dimension property, ItemsCount property, ItemDescription property, ItemFileName property, ItemBitmap property, SelectedBitmapList property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events