Available in the LEADTOOLS Imaging toolkit. |
ShowTransitionDlg method (ILEADRasterDlgEfx)
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
Displays the Get Transition dialog box, and gets the options for Transition property.
The layout and action of the dialog depends on the flags set in the UIFlags property. Possible options are:
Value |
Meaning |
TRANSITION_SHOW_CONTEXTHELP |
[0x00000001] dialog should contain a context sensitive help icon. |
TRANSITION_SHOW_PREVIEW |
[0x00000002] show a preview of the image in the dialog. The Common Dialog Bitmap property must be assigned a valid bitmap before calling this method. |
TRANSITION_AUTOPREVIEW |
[0x00000004] auto preview when options change |
TRANSITION_FORECOLOR |
[0x00000008] fore color is an option |
TRANSITION_BACKCOLOR |
[0x00000010] back color is an option |
TRANSITION_DELAY |
[0x00000020] transition delay is an option |
TRANSITION_GRAIN |
[0x00000040] transition grain is an option |
TRANSITION_EFFECT |
[0x00000080] paint effect is an option |
TRANSITION_PASSES |
[0x00000100] transition passes is an option |
TRANSITION_WAND |
[0x00000200] wand is an option |
TRANSITION_TRANSPARENT |
[0x00000400] transparency is an option |
TRANSITION_GRADIENT |
[0x00000800] gradient is an option |
These values may be combined by ORing them.
If you include TRANSITION_SHOW_PREVIEW in the UIFlags property, the Common Dialog Bitmap property must be assigned a valid bitmap before calling this method.
To include a Help button in the dialog, set the ShowHelpButton property to VARIANT_TRUE.
The Get Transition dialog can be seen below:
See Also
Elements |
TransitionEffect property, ShowHelpButton property, UIFlags property |