IMcTilingSetTilingLayout Method
|
|
Sets the dimensions and order of tiling.
Namespace:
MediaCy.IQL.Align
Assembly:
MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
SyntaxSub SetTilingLayout (
Optional lTilingColumns As Integer = 1,
Optional lTilingRows As Integer = 1,
Optional eTilingOrder As mcTilingOrder = mcTilingOrder.mctoDefault
)
Parameters
- lTilingColumns (Optional)
- Type: SystemInt32
number of tiles in horizontal direction - lTilingRows (Optional)
- Type: SystemInt32
number of tiles in vertical direction - eTilingOrder (Optional)
- Type: MediaCy.IQL.AlignmcTilingOrder
tiling order
RemarksThe total number of frames set in SetSourceForTiling must correspond
to the total number of tiles (lTilingColumns*lTilingRows).
Examples
ThisApplication.ActiveImage.Tiling.SetTilingLayout 3, 3, mctoReverseY
See Also