ShowStitchDlg method (ILEADRasterDlgImgEfx)

Visual Basic example

Visual C++ example

 

Syntax

short ShowStitchDlg (long hWnd);

Overview

Refer to Using Imaging Common Dialogs

Remarks

Displays the Stitch dialog box. Use this dialog to produce a new bitmap that is composed of 1 or more source bitmaps.

The layout and action of the dialog depends on the flags set in the UIFlags property. Possible options are:

Value

Meaning

STITCH_NOPAGESETUPONSTART

[0x00000001] don’t display the image attributes sub dialog at stitch dialog startup.

The properties associated with this dialog box are:

ItemsCount property

ItemDescription property

ItemFileName property

ItemBitmap property

StitchBitmapWidth property

StitchBitmapHeight property

StitchBitsPerPixel property

StitchResolution property

StitchBackgroundColor property

StitchIcon property

To include a Help button in the dialog, set the ShowHelpButton property to VARIANT_TRUE.

The Stitch dialog can be seen below:

image\Stitch.gif

See Also

Elements

ItemsCount property, ItemDescription property, ItemFileName property, ItemBitmap property, StitchBitmapWidth property, StitchBitmapHeight property, StitchBitsPerPixel property, StitchResolution property, StitchBackgroundColor property, StitchIcon property, ShowHelpButton property, EnableZoomToFit Property, UIFlags Property, EnableMethodErrors property.