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
SyntaxPublic Enumeration mcTilingState
Members
| Member name | Value | Description |
---|
| mctsNoFlags | 0 | no state flags |
| mctsHaveTilingInfo | 1 | There is sufficient tiling information to create an image or image set (one tile). |
| mctsSameSizeTiles | 2 | All frames in the tiling are of the same size. |
| mctsHavePerfectTiling | 4 | The tiles completely cover arectangular space with no overlap. |
| mctsAllFlags | -1 | all state flags |
See Also