Click or drag to resize

IMcTilingTilingMethod Property

Gets/sets tiling method.

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

Property Value

Type: mcTilingMethod
Remarks
The properties of the method can be set using members of TilingMethodFFT or TilingMethodUser properies.
Examples
VB
'set FFT tiling method
ThisApplication.ActiveImage.Tiling.TilingMethod = mcTilingMethodFFT
See Also