Click or drag to resize

mcTilingState Enumeration

Legal flag mask values for the IMcTilingEx.TilingState property and its FlagsMask argument.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcTilingState
Members
  Member nameValueDescription
mctsNoFlags0no state flags
mctsHaveTilingInfo1There is sufficient tiling information to create an image or image set (one tile).
mctsSameSizeTiles2All frames in the tiling are of the same size.
mctsHavePerfectTiling4The tiles completely cover arectangular space with no overlap.
mctsAllFlags-1all state flags
See Also