IMcTilingTilingMethod Property
|
|
Gets/sets tiling method.
Namespace:
MediaCy.IQL.Align
Assembly:
MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
SyntaxProperty TilingMethod As mcTilingMethod
Get
Set
Property Value
Type:
mcTilingMethod
RemarksThe properties of the method can be set using members of TilingMethodFFT or TilingMethodUser
properies.
Examples
ThisApplication.ActiveImage.Tiling.TilingMethod = mcTilingMethodFFT
See Also