ShowPicturizeDlg method (LEADDlgImgEffect Control)
Builder Syntax |
int ShowPicturizeDlg(TWinControl* AOwnerCtrl); |
Delphi Syntax |
Function ShowPicturizeDlg (AOwnerCtrl: TWinControl ): L_INT; |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Displays the Picturize dialog box, and gets the options for the Picturize method.
The layout and action of the dialog depends on the flags set in the DlgFlags property. Possible options are:
Value |
Meaning |
DLG_PICTURIZE_AUTOPROCESS |
[$00000001] Process the image on OK. The LEADImage property must be assigned a Main Control containing a valid bitmap before calling this method. |
DLG_PICTURIZE_SHOW_CONTEXTHELP |
[$00000002] Dialog should contain a context sensitive help icon. |
If you include DLG_PICTURIZE_AUTOPROCESS in the DlgFlags property, the LEADImage property must be assigned a Main Control containing a valid bitmap before calling this method.
The properties associated with this dialog box are:
DirectoryPath property.
PicturizeResizeFlags property.
CellWidth property.
CellHeight property.
To include a Help button in the dialog, set the ShowHelpButton property to TRUE.
The Picturize dialog can be seen below:
See Also