Click or drag to resize

IMcTilingStitchingMethod Property

Stitching method, which defines how overlapped tiles are blended in the output image.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Property StitchingMethod As mcTileStitchingMethod
	Get
	Set

Property Value

Type: mcTileStitchingMethod
Examples
VB
'...
'set stitching method to blending
ThisApplication.ActiveImage.Tiling.StitchingMethod = mctsmGradient
'create image
ThisApplication.ActiveImage.Tiling.CreateTiledImage
See Also